diff mbox series

Makefile: Add p9-fsi.dtsi to the list of files to clean

Message ID 20180525033609.32178-1-joel@jms.id.au
State Accepted
Headers show
Series Makefile: Add p9-fsi.dtsi to the list of files to clean | expand

Commit Message

Joel Stanley May 25, 2018, 3:36 a.m. UTC
This file was not being removed by make clean.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Balbir Singh May 28, 2018, 1:30 p.m. UTC | #1
On 25/05/18 13:36, Joel Stanley wrote:
> This file was not being removed by make clean.
>
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>  Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 97106b540c02..a5e89c4e26bc 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -101,4 +101,4 @@ p9z-fsi.dts: p9z-fsi.dts.m4 p9-fsi.dtsi
>  %.dtb.o: %.dtb
>  	$(AM_V_CC)$(CC) -c $(srcdir)/template.S -DSYMBOL_PREFIX=$(shell echo $@ | tr '.-' '_') -DFILENAME=\"$<\" -o $@
>  
> -MOSTLYCLEANFILES = *.dtb *.dts *.dt.h
> +MOSTLYCLEANFILES = *.dtb *.dts *.dt.h p9-fsi.dtsi

Acked-by: Balbir Singh <bsingharora@gmail.com>
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index 97106b540c02..a5e89c4e26bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -101,4 +101,4 @@  p9z-fsi.dts: p9z-fsi.dts.m4 p9-fsi.dtsi
 %.dtb.o: %.dtb
 	$(AM_V_CC)$(CC) -c $(srcdir)/template.S -DSYMBOL_PREFIX=$(shell echo $@ | tr '.-' '_') -DFILENAME=\"$<\" -o $@
 
-MOSTLYCLEANFILES = *.dtb *.dts *.dt.h
+MOSTLYCLEANFILES = *.dtb *.dts *.dt.h p9-fsi.dtsi