From: Bruce Rogers Date: Tue, 20 Oct 2020 15:25:12 +0000 (-0600) Subject: roms/Makefile: Add qboot to .PHONY list X-Git-Tag: v5.2.0-rc1~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=577b808b0974fa4af53131cdfece6e9de3c6e4fd;p=thirdparty%2Fqemu.git roms/Makefile: Add qboot to .PHONY list Adding qboot to the .PHONY directive will allow a make -C roms qboot invocation to work as expected Signed-off-by: Bruce Rogers Message-id: 20201020152512.837769-1-brogers@suse.com Signed-off-by: Gerd Hoffmann --- diff --git a/roms/Makefile b/roms/Makefile index 1489d47350f..7045e374d33 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -102,7 +102,7 @@ build-seabios-config-%: config.% OUT=$(CURDIR)/seabios/builds/$*/ all -.PHONY: sgabios skiboot +.PHONY: sgabios skiboot qboot sgabios: $(MAKE) -C sgabios cp sgabios/sgabios.bin ../pc-bios