Browse Source

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.
tags/v0.9.3
Michael Brown 18 years ago
parent
commit
3cbf0db0a3
1 changed files with 5 additions and 6 deletions
  1. 5
    6
      src/arch/i386/Makefile

+ 5
- 6
src/arch/i386/Makefile View File

@@ -1,3 +1,7 @@
1
+# Locations of utilities
2
+#
3
+ISOLINUX_BIN	= /usr/lib/syslinux/isolinux.bin
4
+
1 5
 # i386-specific directories containing source files
2 6
 #
3 7
 SRCDIRS		+= arch/i386/core arch/i386/transitions arch/i386/prefix
@@ -14,15 +18,10 @@ SRCDIRS		+= arch/i386/interface/pxe
14 18
 #
15 19
 NON_AUTO_SRCS	+= arch/i386/core/aout_loader.c
16 20
 NON_AUTO_SRCS	+= arch/i386/core/freebsd_loader.c
17
-NON_AUTO_SRCS	+= arch/i386/core/multiboot_loader.c
18
-NON_AUTO_SRCS	+= arch/i386/core/tagged_loader.c
19 21
 NON_AUTO_SRCS	+= arch/i386/core/wince_loader.c
20 22
 
21
-# setup.S and unnrv2b.S are both used to generate 16-bit as well as
22
-# 32-bit objects.
23
+# unnrv2b.S is used to generate a 16-bit as well as a 32-bit object.
23 24
 #
24
-OBJS_setup		= setup setup16
25
-CFLAGS_setup16		= -DCODE16
26 25
 OBJS_unnrv2b		= unnrv2b unnrv2b16
27 26
 CFLAGS_unnrv2b16	= -DCODE16
28 27
 

Loading…
Cancel
Save