diff options
author | Michael Brown | 2005-05-24 01:31:59 +0200 |
---|---|---|
committer | Michael Brown | 2005-05-24 01:31:59 +0200 |
commit | 13de295b56132e898b308fd114bb605328127de2 (patch) | |
tree | e92323911868fe56905a3e3e2235f97b0aa0f812 /src/Makefile | |
parent | Moved pxe_loader.c to pxe_image.c to avoid name clash (diff) | |
download | ipxe-13de295b56132e898b308fd114bb605328127de2.tar.gz ipxe-13de295b56132e898b308fd114bb605328127de2.tar.xz ipxe-13de295b56132e898b308fd114bb605328127de2.zip |
Added interface/pxe 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 2393eecb..39f25e67 100644 --- a/src/Makefile +++ b/src/Makefile @@ -135,6 +135,7 @@ SRCDIRS += proto SRCDIRS += drivers/bus SRCDIRS += drivers/net #SRCDIRS += drivers/disk +SRCDIRS += interface/pxe # NON_AUTO_SRCS lists files that are excluded from the normal # automatic build system. |