mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-13 14:56:29 +00:00
Make it easier to comment out individual SRC directories when things
are broken... :)
This commit is contained in:
parent
e8f364551a
commit
db0e056abd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user