summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2022-12-02 09:29:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-12-02 10:01:57 +0100
commit3289bd50fd8eff551ec7f4b6f949b8751fbf7276 (patch)
treea7a19e6cad6f34a0d6b7b49f58929e2752b82b0c /arch/openrisc
parentbd61a43a42d4679964204f083f593329cbb36ac5 (diff)
downloadbarebox-3289bd50fd8eff551ec7f4b6f949b8751fbf7276.tar.gz
barebox-3289bd50fd8eff551ec7f4b6f949b8751fbf7276.tar.xz
kvx,openrisc,riscv,sandbox/dts: harmonize clean-files definition
I noticed while playing around with the sandbox that the mrproper make target doesn't remove arch/sandbox/dts/sandbox.dtb.z. Fix all dts clean-files defintion to match arm's defintion which seems to be the most complete one. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.barebox.org/20221202082954.3413605-1-u.kleine-koenig@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/openrisc')
-rw-r--r--arch/openrisc/dts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/dts/Makefile b/arch/openrisc/dts/Makefile
index f43a28d6b9..6778abe1b4 100644
--- a/arch/openrisc/dts/Makefile
+++ b/arch/openrisc/dts/Makefile
@@ -3,4 +3,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.z