http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e8f3645
)
Make it easier to comment out individual SRC directories when things
author
Michael Brown
<mcb30@etherboot.org>
Fri, 22 Apr 2005 16:36:44 +0000
(16:36 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 22 Apr 2005 16:36:44 +0000
(16:36 +0000)
are broken... :)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
47e2f2c
..
08cb6db
100644
(file)
--- 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.