From 4ba801edb01acae7281fe09f6225c38390033817 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 28 May 2008 18:58:00 -0700 Subject: Assemble via ELF, to enable future linking Assemble all files to ELF instead of using the NASM built-in linker. This can enable us to do actual linking in the future. --- dos/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dos') diff --git a/dos/Makefile b/dos/Makefile index 964c7fdc..04550dab 100644 --- a/dos/Makefile +++ b/dos/Makefile @@ -21,7 +21,8 @@ RANLIB = ranlib LIBGCC := $(shell $(CC) --print-libgcc) SRCS = syslinux.c \ - ../syslxmod.c ../bootsect_bin.c ../ldlinux_bin.c ../mbr_bin.c \ + ../libinstaller/syslxmod.c \ + ../bootsect_bin.c ../ldlinux_bin.c ../mbr_bin.c \ $(wildcard ../libfat/*.c) OBJS = crt0.o $(patsubst %.c,%.o,$(notdir $(SRCS))) LIBOBJS = conio.o memcpy.o memset.o skipatou.o atou.o malloc.o free.o \ -- cgit v1.2.3