diff options
author | Michael Brown | 2005-04-30 16:45:09 +0200 |
---|---|---|
committer | Michael Brown | 2005-04-30 16:45:09 +0200 |
commit | 95946c6f5611d5d6aa6e05ad3c235a08af108057 (patch) | |
tree | 087a92dd4f136d81187bbb4aa78d0076d7ea0ebd /src/Makefile | |
parent | Added debugging. (diff) | |
download | ipxe-95946c6f5611d5d6aa6e05ad3c235a08af108057.tar.gz ipxe-95946c6f5611d5d6aa6e05ad3c235a08af108057.tar.xz ipxe-95946c6f5611d5d6aa6e05ad3c235a08af108057.zip |
Added "proto" directory
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
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 |