Skip to content
Snippets Groups Projects
Commit 577b808b authored by Bruce Rogers's avatar Bruce Rogers Committed by Gerd Hoffmann
Browse files

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: default avatarBruce Rogers <brogers@suse.com>
Message-id: 20201020152512.837769-1-brogers@suse.com
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent ca1f9cbf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment