summaryrefslogtreecommitdiff
path: root/sample/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2003-12-10 20:43:14 +0000
committerhpa <hpa>2003-12-10 20:43:14 +0000
commit614094b18a80ba39557beda64c7b732779d0b5fb (patch)
treea9d03d0d682db2f6c20a8e63ca9a7d400443bca3 /sample/Makefile
parente7d427ff062f5844b36f3d029020ab06ed71d090 (diff)
downloadsyslinux-614094b18a80ba39557beda64c7b732779d0b5fb.tar.gz
Redistribute the library code; initial work on generic chainloader
Diffstat (limited to 'sample/Makefile')
-rw-r--r--sample/Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@ $<