aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2019-02-16 23:06:58 +0100
committerHelge Deller <deller@gmx.de>2019-02-16 23:06:58 +0100
commit15440ea06f37c5d0898219ba7c962bedd479ef2d (patch)
treea98da604897a7b83127a29f80cc64f4081a58659
parentc11e1d28dab54ced255210990f04074f434e8b45 (diff)
downloadseabios-hppa-15440ea06f37c5d0898219ba7c962bedd479ef2d.zip
seabios-hppa-15440ea06f37c5d0898219ba7c962bedd479ef2d.tar.gz
seabios-hppa-15440ea06f37c5d0898219ba7c962bedd479ef2d.tar.bz2
Fix dependencies, rebuilds automatically.
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0b04023..01f4bba 100644
--- a/Makefile
+++ b/Makefile
@@ -98,10 +98,12 @@ target-$(CONFIG_COREBOOT) += $(OUT)bios.bin.elf
target-$(CONFIG_BUILD_VGABIOS) += $(OUT)vgabios.bin
all: $(target-y)
-parisc: $(OUT)hppa-firmware.img
+
+parisc: FORCE
+ DIRS="" $(MAKE) -f Makefile.parisc all
# Make definitions
-.PHONY : all clean distclean FORCE
+.PHONY : all clean distclean parisc FORCE
.DELETE_ON_ERROR:
@@ -210,9 +212,6 @@ $(OUT)hppa-warning.bin:
@echo " Run 'make parisc' to build parisc firmware"
@/bin/false
-$(OUT)hppa-firmware.img:
- DIRS="" $(MAKE) -f Makefile.parisc all
-
################ VGA build rules
# VGA src files