diff options
author | Nishanth Menon <nm@ti.com> | 2013-01-22 15:27:29 -0600 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-03-04 17:15:35 -0800 |
commit | 9e25fe6b339f5d66cc4d1f3723d5246bf727586d (patch) | |
tree | 797bb69b06f0caa2327ab1b2901cacde2f617f1f /arch/arm/boot | |
parent | 2837a1d4161caec7dffefa03505b87f056c1f5bb (diff) | |
download | linux-9e25fe6b339f5d66cc4d1f3723d5246bf727586d.tar.gz |
ARM: dts: remove generated .dtb files on clean
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 <dirk.behme@de.bosch.com>
CC: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile index 71768b8a1ab9..84aa2caf07ed 100644 --- 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 |