diff options
| author | Bruce Rogers <brogers@suse.com> | 2020-10-20 09:25:12 -0600 |
|---|---|---|
| committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-04 08:25:17 +0100 |
| commit | 577b808b0974fa4af53131cdfece6e9de3c6e4fd (patch) | |
| tree | a1df91939eab013dd2d50c5886a56a8d0c5312b5 | |
| parent | ca1f9cbfdce4d63b10d57de80fef89a89d92a540 (diff) | |
| download | focaccia-qemu-577b808b0974fa4af53131cdfece6e9de3c6e4fd.tar.gz focaccia-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>
| -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 |