[Pdbg] [PATCH] Makefile: Add p9-fsi.dtsi to the list of files to clean
Joel Stanley
joel at jms.id.au
Fri May 25 13:36:09 AEST 2018
This file was not being removed by make clean.
Signed-off-by: Joel Stanley <joel at 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
--
2.17.0
More information about the Pdbg
mailing list