summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSuniel Mahesh <sunil.m@techveda.org>2019-08-16 11:46:36 +0300
committerTom Rini <trini@konsulko.com>2019-08-20 18:46:38 +0300
commitc8e8de138e942fc21d5ed201c164933a7c84fa04 (patch)
tree3c7161fa85ad6f2a9424ceb4ebf8b356aab3cb4a /arch
parenta517c1f62f49d7e16b328d9d12785ca58c887346 (diff)
downloadu-boot-c8e8de138e942fc21d5ed201c164933a7c84fa04.tar.xz
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>
Diffstat (limited to 'arch')
-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 ebe5495d44..05ff624c07 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