summaryrefslogtreecommitdiffstats
path: root/pc-bios/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pc-bios/Makefile')
-rw-r--r--pc-bios/Makefile7
1 files changed, 0 insertions, 7 deletions
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 $@ $<
OpenPOWER on IntegriCloud