From 642a4f967f69a86bd59ad7c7d0adf8e80d0b4b54 Mon Sep 17 00:00:00 2001 From: ths Date: Sat, 19 May 2007 21:04:38 +0000 Subject: Linux loader rewrite, by H. Peter Anvin. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2835 c046a42c-6fe2-441c-8c8c-71466251a162 --- pc-bios/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pc-bios/Makefile') diff --git a/pc-bios/Makefile b/pc-bios/Makefile index 7ae0ff0..c817e85 100644 --- a/pc-bios/Makefile +++ b/pc-bios/Makefile @@ -6,16 +6,9 @@ include ../config-host.mak DEFINES= TARGETS= -ifeq ($(ARCH),i386) -TARGETS+=linux_boot.bin -endif all: $(TARGETS) -linux_boot.bin: linux_boot.o - ld --oformat binary -Ttext 0 -o $@ $< - chmod a-x $@ - %.o: %.S $(CC) $(DEFINES) -c -o $@ $< -- cgit v1.1