projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a517c1f
)
arm: dts: Makefile: clean *dtb_HS
author
Suniel Mahesh
<sunil.m@techveda.org>
Fri, 16 Aug 2019 08:46:36 +0000
(14:16 +0530)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/Makefile
b/arch/arm/dts/Makefile
index ebe5495d44abee2e92006d404f918c6016e9a572..05ff624c076a749d3b19daabe3604356806f8160 100644
(file)
--- 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