summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2005-04-30 16:45:09 +0200
committerMichael Brown2005-04-30 16:45:09 +0200
commit95946c6f5611d5d6aa6e05ad3c235a08af108057 (patch)
tree087a92dd4f136d81187bbb4aa78d0076d7ea0ebd /src/Makefile
parentAdded debugging. (diff)
downloadipxe-95946c6f5611d5d6aa6e05ad3c235a08af108057.tar.gz
ipxe-95946c6f5611d5d6aa6e05ad3c235a08af108057.tar.xz
ipxe-95946c6f5611d5d6aa6e05ad3c235a08af108057.zip
Added "proto" directory
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 26c0d199..eee9bdfe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -129,6 +129,7 @@ DEBUG_TARGETS += dbg2.o dbg.o c s
# SRCDIRS lists all directories containing source files.
#
SRCDIRS += core
+SRCDIRS += proto
SRCDIRS += drivers/bus
SRCDIRS += drivers/net
#SRCDIRS += drivers/disk