mirror of https://github.com/ipxe/ipxe.git
Make it easier to comment out individual SRC directories when things
are broken... :)pull/1/head
parent
e8f364551a
commit
db0e056abd
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue