From 3cbf0db0a33eba8d5c2376a61fda671e4d6895cc Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 14 Jan 2007 11:52:22 +0000 Subject: [PATCH] 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. --- src/arch/i386/Makefile | 11 +++++------ 1 file 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