diff options
Diffstat (limited to 'pc-bios/Makefile')
-rw-r--r-- | pc-bios/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pc-bios/Makefile b/pc-bios/Makefile index 7ae0ff02a0..c817e851cf 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 $@ $< |