aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuniel Mahesh <sunil.m@techveda.org>2019-08-16 14:16:36 +0530
committerTom Rini <trini@konsulko.com>2019-08-20 11:46:38 -0400
commitc8e8de138e942fc21d5ed201c164933a7c84fa04 (patch)
tree3c7161fa85ad6f2a9424ceb4ebf8b356aab3cb4a
parenta517c1f62f49d7e16b328d9d12785ca58c887346 (diff)
downloadu-boot-c8e8de138e942fc21d5ed201c164933a7c84fa04.zip
u-boot-c8e8de138e942fc21d5ed201c164933a7c84fa04.tar.gz
u-boot-c8e8de138e942fc21d5ed201c164933a7c84fa04.tar.bz2
arm: dts: Makefile: clean *dtb_HS
TI HS platforms generate *dtb_HS binary blobs and there is no rule for cleanup. Added entry for cleanup in clean-files target. Signed-off-by: Suniel Mahesh <sunil.m@techveda.org> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
-rw-r--r--arch/arm/dts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index ebe5495..05ff624 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -807,4 +807,4 @@ PHONY += dtbs
dtbs: $(addprefix $(obj)/, $(dtb-y))
@:
-clean-files := *.dtb
+clean-files := *.dtb *_HS