summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile
diff options
context:
space:
mode:
authorDaniel Verkamp2008-08-29 00:52:19 +0200
committerMichael Brown2008-08-29 00:52:19 +0200
commite8b22f203ffe4ae11b654f758270790a2e5e11f1 (patch)
tree9028ceab23cdfdc388b720f878efb84bb17a4abc /src/arch/i386/Makefile
parent[librm] Add rm stack copying functions (diff)
downloadipxe-e8b22f203ffe4ae11b654f758270790a2e5e11f1.tar.gz
ipxe-e8b22f203ffe4ae11b654f758270790a2e5e11f1.tar.xz
ipxe-e8b22f203ffe4ae11b654f758270790a2e5e11f1.zip
[comboot] Add COMBOOT and COM32 support
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r--src/arch/i386/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index 926daa1a..97ca0774 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -11,6 +11,7 @@ SRCDIRS += arch/i386/drivers
SRCDIRS += arch/i386/drivers/net
SRCDIRS += arch/i386/interface/pcbios
SRCDIRS += arch/i386/interface/pxe
+SRCDIRS += arch/i386/interface/syslinux
# The various xxx_loader.c files are #included into core/loader.c and
# should not be compiled directly.