mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Make it easier to comment out individual SRC directories when things
are broken... :)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user