diff options
author | Helge Deller <deller@gmx.de> | 2019-02-16 23:06:58 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-02-16 23:06:58 +0100 |
commit | 15440ea06f37c5d0898219ba7c962bedd479ef2d (patch) | |
tree | a98da604897a7b83127a29f80cc64f4081a58659 | |
parent | c11e1d28dab54ced255210990f04074f434e8b45 (diff) | |
download | seabios-hppa-15440ea06f37c5d0898219ba7c962bedd479ef2d.zip seabios-hppa-15440ea06f37c5d0898219ba7c962bedd479ef2d.tar.gz seabios-hppa-15440ea06f37c5d0898219ba7c962bedd479ef2d.tar.bz2 |
Fix dependencies, rebuilds automatically.
-rw-r--r-- | Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |