summaryrefslogtreecommitdiffstats
path: root/arch/riscv
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/riscv
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/riscv')
-rw-r--r--arch/riscv/dts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/dts/Makefile b/arch/riscv/dts/Makefile
index 17d7d249e4..a3c8fbd9d0 100644
--- a/arch/riscv/dts/Makefile
+++ b/arch/riscv/dts/Makefile
@@ -10,4 +10,4 @@ pbl-$(CONFIG_BOARD_HIFIVE) += hifive-unmatched-a00.dtb.o \
pbl-$(CONFIG_BOARD_BEAGLEV) += jh7100-beaglev-starlight.dtb.o
pbl-$(CONFIG_BOARD_LITEX_LINUX) += litex-linux.dtb.o
-clean-files := *.dtb *.dtb.S .*.dtc .*.pre .*.dts
+clean-files := *.dtb *.dtb.S .*.dtc .*.pre .*.dts *.dtb.z