From 614094b18a80ba39557beda64c7b732779d0b5fb Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 10 Dec 2003 20:43:14 +0000 Subject: Redistribute the library code; initial work on generic chainloader --- sample/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sample/Makefile') diff --git a/sample/Makefile b/sample/Makefile index 900acbd6..fcb8f4c7 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -27,11 +27,11 @@ OBJCOPY = objcopy PPMTOLSS16 = ../ppmtolss16 LIB = libcom32.a -LIBOBJS = conio.o +LIBOBJS = conio.o atou.o printf.o .SUFFIXES: .lss .c .o .elf .c32 -all: syslogo.lss comecho.com hello.c32 hello2.c32 filetest.c32 c32echo.c32 fd.c32 +all: syslogo.lss comecho.com hello.c32 hello2.c32 filetest.c32 c32echo.c32 fd.c32 chain.c32 %.o: %.S $(CC) $(SFLAGS) -c -o $@ $< -- cgit v1.2.1