Skip to content

Commit

Permalink
roms/Makefile: Add qboot to .PHONY list
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bfrogers authored and kraxel committed Nov 4, 2020
1 parent ca1f9cb commit 577b808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roms/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 577b808

Please sign in to comment.