diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-01-20 03:40:14 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-02-10 10:24:39 -0500 |
commit | a01d37d914f98c430854bbae2402e6f51d9a8d0b (patch) | |
tree | 5c3a56bc8dd9514c6e0f6a274ccd174534b138c2 /arch | |
parent | 132d5dfc04698e4226ca9787214bd4e277ed39f2 (diff) |
microblaze: Remove *.dtb files in make clean
dts/Makefile is called only for simpleImage target
which is causing that *.dtb are not removed.
This patch fix it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/boot/Makefile | 3 | ||||
-rw-r--r-- | arch/microblaze/boot/dts/Makefile | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/arch/microblaze/boot/Makefile b/arch/microblaze/boot/Makefile index 8e211cc28dac..91d2068da1b9 100644 --- a/arch/microblaze/boot/Makefile +++ b/arch/microblaze/boot/Makefile | |||
@@ -34,5 +34,4 @@ $(obj)/simpleImage.%: vmlinux FORCE | |||
34 | $(call if_changed,strip) | 34 | $(call if_changed,strip) |
35 | @echo 'Kernel: $@ is ready' ' (#'`cat .version`')' | 35 | @echo 'Kernel: $@ is ready' ' (#'`cat .version`')' |
36 | 36 | ||
37 | 37 | clean-files += simpleImage.*.unstrip linux.bin.ub dts/*.dtb | |
38 | clean-files += simpleImage.*.unstrip linux.bin.ub | ||
diff --git a/arch/microblaze/boot/dts/Makefile b/arch/microblaze/boot/dts/Makefile index c4982d16e555..a3d2e42c3c97 100644 --- a/arch/microblaze/boot/dts/Makefile +++ b/arch/microblaze/boot/dts/Makefile | |||
@@ -16,5 +16,3 @@ quiet_cmd_cp = CP $< $@$2 | |||
16 | 16 | ||
17 | # Rule to build device tree blobs | 17 | # Rule to build device tree blobs |
18 | DTC_FLAGS := -p 1024 | 18 | DTC_FLAGS := -p 1024 |
19 | |||
20 | clean-files += *.dtb | ||