Re: [PATCH] roms/Makefile: Add qboot to .PHONY list

2020-11-03 Thread Gerd Hoffmann
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 > --- > roms/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Added to fixes queu

[PATCH] roms/Makefile: Add qboot to .PHONY list

2020-10-20 Thread Bruce Rogers
Adding qboot to the .PHONY directive will allow a make -C roms qboot invocation to work as expected Signed-off-by: Bruce Rogers --- roms/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roms/Makefile b/roms/Makefile index 1489d47350..7045e374d3 100644 --- a/roms/Makef