summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2005-04-22 18:36:44 +0200
committerMichael Brown2005-04-22 18:36:44 +0200
commitdb0e056abdc2810bd40b60415a1f440274bf54b3 (patch)
tree676e6ca6815489bddd4f9f3bedb79518a7d28079 /src/Makefile
parentTypo (diff)
downloadipxe-db0e056abdc2810bd40b60415a1f440274bf54b3.tar.gz
ipxe-db0e056abdc2810bd40b60415a1f440274bf54b3.tar.xz
ipxe-db0e056abdc2810bd40b60415a1f440274bf54b3.zip
Make it easier to comment out individual SRC directories when things
are broken... :)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 47e2f2cd..08cb6dbd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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.