david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Make it easier to comment out individual SRC directories when things

are broken...  :)
This commit is contained in:
Michael Brown 2005-04-22 16:36:44 +00:00
parent e8f364551a
commit db0e056abd
1 changed files with 4 additions and 2 deletions

View File

@ -123,8 +123,10 @@ DEBUG_TARGETS += dbg.o c s
# SRCDIRS lists all directories containing source files.
#
SRCDIRS += core drivers/bus drivers/net
# drivers/disk
SRCDIRS += core
SRCDIRS += drivers/bus
SRCDIRS += drivers/net
#SRCDIRS += drivers/disk
# NON_AUTO_SRCS lists files that are excluded from the normal
# automatic build system.