]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: Makefile: clean *dtb_HS
authorSuniel Mahesh <sunil.m@techveda.org>
Fri, 16 Aug 2019 08:46:36 +0000 (14:16 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 20 Aug 2019 15:46:38 +0000 (11:46 -0400)
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>
arch/arm/dts/Makefile

index ebe5495d44abee2e92006d404f918c6016e9a572..05ff624c076a749d3b19daabe3604356806f8160 100644 (file)
@@ -807,4 +807,4 @@ PHONY += dtbs
 dtbs: $(addprefix $(obj)/, $(dtb-y))
        @:
 
-clean-files := *.dtb
+clean-files := *.dtb *_HS