mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
fixed makefiles
svn path=/trunk/; revision=9935
This commit is contained in:
parent
0ad9fa72f8
commit
70e1b16c27
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ PATH_TO_TOP = ../..
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
include $(PATH_TO_TOP)/rules.mak
|
||||||
|
|
||||||
DRIVERS = beep blue bootvid debugout floppy ide null serial
|
DRIVERS = beep blue bootvid debugout null serial
|
||||||
|
|
||||||
all: $(DRIVERS)
|
all: $(DRIVERS)
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ PATH_TO_TOP = ../..
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
include $(PATH_TO_TOP)/rules.mak
|
||||||
|
|
||||||
DRIVERS = atapi cdrom class2 disk diskdump scsiport
|
DRIVERS = atapi cdrom class2 disk diskdump floppy scsiport
|
||||||
|
|
||||||
all: $(DRIVERS)
|
all: $(DRIVERS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue