diff mbox series

roms/Makefile: Add qboot to .PHONY list

Message ID 20201020152512.837769-1-brogers@suse.com
State New
Headers show
Series roms/Makefile: Add qboot to .PHONY list | expand

Commit Message

Bruce Rogers Oct. 20, 2020, 3:25 p.m. UTC
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>
---
 roms/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gerd Hoffmann Nov. 3, 2020, 1:54 p.m. UTC | #1
On Tue, Oct 20, 2020 at 09:25:12AM -0600, Bruce Rogers wrote:
> 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>
> ---
>  roms/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Added to fixes queue.

thanks,
  Gerd
diff mbox series

Patch

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