[PATCH] MIPS: dts: add generated files to clean rule

Antony Pavlov antonynpavlov at gmail.com
Fri Jun 10 03:37:57 PDT 2016


This commit is based on Sascha's ARM commits:

    commit a9e7e68279de3aec38b038211a15a80cfc612c4e
    Author: Sascha Hauer <s.hauer at pengutronix.de>
    Date:   Fri Dec 11 08:02:02 2015 +0100

        ARM: dts: Add *.dtb.lzo to clean files

    commit f5b552f1fe02a0a39ae859dbc7e7facefe022e3a
    Author: Sascha Hauer <s.hauer at pengutronix.de>
    Date:   Fri May 9 09:11:49 2014 +0200

        ARM: dts: Add generated files to clean rule

Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
 arch/mips/dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/dts/Makefile b/arch/mips/dts/Makefile
index 6d6c9a3..ddd9039 100644
--- a/arch/mips/dts/Makefile
+++ b/arch/mips/dts/Makefile
@@ -2,4 +2,4 @@
 BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_BUILTIN_DTB_NAME))
 obj-$(CONFIG_BUILTIN_DTB) += $(BUILTIN_DTB).dtb.o
 
-clean-files := *.dtb *.dtb.S
+clean-files := *.dtb *.dtb.S .*.dtc .*.pre .*.dts *.dtb.lzo
-- 
2.7.0




More information about the barebox mailing list