diff options
author | Bruce Rogers | 2020-10-20 17:25:12 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2020-11-04 08:25:17 +0100 |
commit | 577b808b0974fa4af53131cdfece6e9de3c6e4fd (patch) | |
tree | a1df91939eab013dd2d50c5886a56a8d0c5312b5 /roms | |
parent | ati: check x y display parameter values (diff) | |
download | qemu-577b808b0974fa4af53131cdfece6e9de3c6e4fd.tar.gz qemu-577b808b0974fa4af53131cdfece6e9de3c6e4fd.tar.xz qemu-577b808b0974fa4af53131cdfece6e9de3c6e4fd.zip |
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 <brogers@suse.com>
Message-id: 20201020152512.837769-1-brogers@suse.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'roms')
-rw-r--r-- | roms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roms/Makefile b/roms/Makefile index 1489d47350..7045e374d3 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 |