Fixed bugs in null device drivers, added zero stream device
[reactos.git] / reactos / drivers / dd / null / makefile
index 4ddd0d4..5b54514 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.14 2001/08/21 20:13:11 chorns Exp $
+# $Id: makefile,v 1.15 2002/04/29 23:06:42 hyperion Exp $
 
 PATH_TO_TOP = ../../..
 
@@ -8,6 +8,8 @@ TARGET_NAME = null
 
 TARGET_OBJECTS = null.o
 
+TARGET_LFLAGS = -Wl,--file-alignment,0x20 -Wl,--section-alignment,0x20
+
 include $(PATH_TO_TOP)/rules.mak
 
 include $(TOOLS_PATH)/helper.mk