diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-01-20 09:40:14 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-02-10 16:24:39 +0100 |
commit | a01d37d914f98c430854bbae2402e6f51d9a8d0b (patch) | |
tree | 5c3a56bc8dd9514c6e0f6a274ccd174534b138c2 /arch/microblaze/boot/dts/Makefile | |
parent | microblaze: whitespace fix (diff) | |
download | linux-a01d37d914f98c430854bbae2402e6f51d9a8d0b.tar.xz linux-a01d37d914f98c430854bbae2402e6f51d9a8d0b.zip |
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/microblaze/boot/dts/Makefile')
-rw-r--r-- | arch/microblaze/boot/dts/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 # Rule to build device tree blobs DTC_FLAGS := -p 1024 - -clean-files += *.dtb |