diff options
author | Suniel Mahesh <sunil.m@techveda.org> | 2019-08-16 14:16:36 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-20 11:46:38 -0400 |
commit | c8e8de138e942fc21d5ed201c164933a7c84fa04 (patch) | |
tree | 3c7161fa85ad6f2a9424ceb4ebf8b356aab3cb4a | |
parent | a517c1f62f49d7e16b328d9d12785ca58c887346 (diff) |
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/Makefile | 2 |
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 |