projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1f9cb
)
roms/Makefile: Add qboot to .PHONY list
author
Bruce Rogers
<brogers@suse.com>
Tue, 20 Oct 2020 15:25:12 +0000
(09:25 -0600)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 4 Nov 2020 07:25:17 +0000
(08:25 +0100)
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>
roms/Makefile
patch
|
blob
|
history
diff --git
a/roms/Makefile
b/roms/Makefile
index 1489d47350f22e016c64d302f415d5d3c62154fb..7045e374d3392f3afb2992366d2d0c433b211553 100644
(file)
--- 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