summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile
diff options
context:
space:
mode:
authorMichael Brown2007-01-14 12:52:22 +0100
committerMichael Brown2007-01-14 12:52:22 +0100
commit3cbf0db0a33eba8d5c2376a61fda671e4d6895cc (patch)
tree7a1cfaaccc0df5ef85472ed9d6c7f06fb389867d /src/arch/i386/Makefile
parent.lilo and derived targets (e.g. .iso) now load properly. (diff)
downloadipxe-3cbf0db0a33eba8d5c2376a61fda671e4d6895cc.tar.gz
ipxe-3cbf0db0a33eba8d5c2376a61fda671e4d6895cc.tar.xz
ipxe-3cbf0db0a33eba8d5c2376a61fda671e4d6895cc.zip
Remove some references to no-longer-existent source files.
Add a path for isolinux.bin that is correct on my system; hopefully it will work on others too.
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r--src/arch/i386/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index dd63a42b..8fa51762 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -1,3 +1,7 @@
+# Locations of utilities
+#
+ISOLINUX_BIN = /usr/lib/syslinux/isolinux.bin
+
# i386-specific directories containing source files
#
SRCDIRS += arch/i386/core arch/i386/transitions arch/i386/prefix
@@ -14,15 +18,10 @@ SRCDIRS += arch/i386/interface/pxe
#
NON_AUTO_SRCS += arch/i386/core/aout_loader.c
NON_AUTO_SRCS += arch/i386/core/freebsd_loader.c
-NON_AUTO_SRCS += arch/i386/core/multiboot_loader.c
-NON_AUTO_SRCS += arch/i386/core/tagged_loader.c
NON_AUTO_SRCS += arch/i386/core/wince_loader.c
-# setup.S and unnrv2b.S are both used to generate 16-bit as well as
-# 32-bit objects.
+# unnrv2b.S is used to generate a 16-bit as well as a 32-bit object.
#
-OBJS_setup = setup setup16
-CFLAGS_setup16 = -DCODE16
OBJS_unnrv2b = unnrv2b unnrv2b16
CFLAGS_unnrv2b16 = -DCODE16