:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / drivers / dd / null / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = driver
6
7 TARGET_NAME = null
8
9 TARGET_OBJECTS = null.o
10
11 #TARGET_LFLAGS = -Wl,--file-alignment,0x20 -Wl,--section-alignment,0x20
12
13 include $(PATH_TO_TOP)/rules.mak
14
15 include $(TOOLS_PATH)/helper.mk