On 07.11.2011 14:51, Rob Herring wrote:
On 11/05/2011 01:19 AM, Dirk Behme wrote:
The patch 'arm/dt: Add dtb make rule' adds support to
create a .dtb file. But this is never removed afterwards.
Remove the generated .dtb file if 'distclean' is called.

Signed-off-by: Dirk Behme<[email protected]>
CC: Rob Herring<[email protected]>
CC: Shawn Guo<[email protected]>
CC: Jason Liu<[email protected]>
CC: Grant Likely<[email protected]>
---

Acked-by: Rob Herring<[email protected]>
...
Acked-by: Grant Likely <[email protected]>

Submitted to Russell King's Patch Tracking System:

http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7152/1

Thanks

Dirk

  arch/arm/boot/Makefile |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
index 1cd9b0a..08f0d35 100644
--- a/arch/arm/boot/Makefile
+++ b/arch/arm/boot/Makefile
@@ -71,6 +71,8 @@ $(obj)/%.dtb: $(src)/dts/%.dts

  $(obj)/dtbs: $(addprefix $(obj)/, $(dtb-y))

+clean-files := *.dtb
+
  quiet_cmd_uimage = UIMAGE  $@
        cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A arm -O linux -T kernel \
                   -C none -a $(LOADADDR) -e $(STARTADDR) \



_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to