diff --git a/reactos/drivers/dd/blue/makefile b/reactos/drivers/dd/blue/makefile index 95e0e6833f9..9885f348f00 100644 --- a/reactos/drivers/dd/blue/makefile +++ b/reactos/drivers/dd/blue/makefile @@ -1,12 +1,11 @@ -# $Id: makefile,v 1.9 1999/12/04 20:58:36 ea Exp $ +# $Id: makefile,v 1.10 1999/12/18 10:17:41 ea Exp $ # # TARGET = blue BASE_CFLAGS = -I../../../include -#OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a -OBJECTS = $(TARGET).o ../../../ntoskrnl/ntoskrnl.a +OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a all: $(TARGET).sys diff --git a/reactos/drivers/dd/ide/makefile b/reactos/drivers/dd/ide/makefile index 92f70a5cd81..f2156e6d31a 100644 --- a/reactos/drivers/dd/ide/makefile +++ b/reactos/drivers/dd/ide/makefile @@ -1,10 +1,9 @@ -# $Id: makefile,v 1.9 1999/12/04 20:58:38 ea Exp $ +# $Id: makefile,v 1.10 1999/12/18 10:17:41 ea Exp $ # # TARGET=ide -#OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a -OBJECTS = $(TARGET).o ../../../ntoskrnl/ntoskrnl.a +OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a BASE_CFLAGS = -I../../../include diff --git a/reactos/drivers/dd/keyboard/makefile b/reactos/drivers/dd/keyboard/makefile index 9feeb38ed43..f0b75a0e8b3 100644 --- a/reactos/drivers/dd/keyboard/makefile +++ b/reactos/drivers/dd/keyboard/makefile @@ -1,10 +1,9 @@ -# $Id: makefile,v 1.7 1999/12/04 20:58:39 ea Exp $ +# $Id: makefile,v 1.8 1999/12/18 10:17:42 ea Exp $ # # TARGET=keyboard -#OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a -OBJECTS = $(TARGET).o ../../../ntoskrnl/ntoskrnl.a +OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a BASE_CFLAGS = -I../../../include diff --git a/reactos/drivers/dd/vga/makefile b/reactos/drivers/dd/vga/makefile index 8cae838d1ec..6765f2e2af3 100644 --- a/reactos/drivers/dd/vga/makefile +++ b/reactos/drivers/dd/vga/makefile @@ -1,4 +1,4 @@ -# +# $Id: makefile,v 1.5 1999/12/18 10:17:42 ea Exp $ # # BASE_CFLAGS = -I../../../include diff --git a/reactos/drivers/fs/vfat/makefile b/reactos/drivers/fs/vfat/makefile index 725d281ba6a..0329c0ab849 100644 --- a/reactos/drivers/fs/vfat/makefile +++ b/reactos/drivers/fs/vfat/makefile @@ -1,10 +1,10 @@ -# $Id: makefile,v 1.12 1999/12/11 21:14:49 dwelch Exp $ +# $Id: makefile,v 1.13 1999/12/18 10:17:42 ea Exp $ # # TARGET=vfatfs OBJECTS = blockdev.o dir.o dirwr.o iface.o string.o fat.o rw.o finfo.o \ - volume.o create.o + volume.o create.o $(TARGET).coff LIBS = ../../../ntoskrnl/ntoskrnl.a BASE_CFLAGS = -I../../../include