projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2837a1d
)
ARM: dts: remove generated .dtb files on clean
author
Nishanth Menon
<
[email protected]
>
Tue, 22 Jan 2013 21:27:29 +0000
(15:27 -0600)
committer
Olof Johansson
<
[email protected]
>
Tue, 5 Mar 2013 01:15:35 +0000
(17:15 -0800)
commit
5f300acd8ae9f3d4585154370012ffc5c665330f
(ARM: 7152/1: distclean: Remove generated .dtb files)
ensured that dtbs were cleaned up when they were in
arch/arm/boot.
However, with the following commit:
commit
499cd8298628eeabf0eb5eb6525d4faa0eec80d8
(ARM: dt: change .dtb build rules to build in dts directory)
make clean now leaves dtbs in arch/arm/boot/dts/
untouched. Include dts directory so that clean-files rule
from arch/arm/boot/dts/Makefile is invoked when make
clean is done.
Cc: Dirk Behme <
[email protected]
>
CC: Grant Likely <
[email protected]
>
Signed-off-by: Nishanth Menon <
[email protected]
>
Signed-off-by: Olof Johansson <
[email protected]
>
arch/arm/boot/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/boot/Makefile
b/arch/arm/boot/Makefile
index 71768b8a1ab91b7d7afe8241b11fc571cc30b516..84aa2caf07ed203fb810220258401a1b51f7cab3 100644
(file)
--- a/
arch/arm/boot/Makefile
+++ b/
arch/arm/boot/Makefile
@@
-115,4
+115,4
@@
i:
$(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
$(obj)/Image System.map "$(INSTALL_PATH)"
-subdir- := bootp compressed
+subdir- := bootp compressed
dts