diff options
author | Michael Brown | 2005-04-22 18:36:44 +0200 |
---|---|---|
committer | Michael Brown | 2005-04-22 18:36:44 +0200 |
commit | db0e056abdc2810bd40b60415a1f440274bf54b3 (patch) | |
tree | 676e6ca6815489bddd4f9f3bedb79518a7d28079 /src/Makefile | |
parent | Typo (diff) | |
download | ipxe-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/Makefile | 6 |
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. |