Make it easier to comment out individual SRC directories when things

are broken...  :)
pull/1/head
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 lists all directories containing source files.
# #
SRCDIRS += core drivers/bus drivers/net SRCDIRS += core
# drivers/disk SRCDIRS += drivers/bus
SRCDIRS += drivers/net
#SRCDIRS += drivers/disk
# NON_AUTO_SRCS lists files that are excluded from the normal # NON_AUTO_SRCS lists files that are excluded from the normal
# automatic build system. # automatic build system.