Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a01d37d9 authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent 132d5dfc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -34,5 +34,4 @@ $(obj)/simpleImage.%: vmlinux FORCE
	$(call if_changed,strip)
	@echo 'Kernel: $@ is ready' ' (#'`cat .version`')'


clean-files += simpleImage.*.unstrip linux.bin.ub
clean-files += simpleImage.*.unstrip linux.bin.ub dts/*.dtb
+0 −2
Original line number Diff line number Diff line
@@ -16,5 +16,3 @@ quiet_cmd_cp = CP $< $@$2

# Rule to build device tree blobs
DTC_FLAGS := -p 1024

clean-files += *.dtb