Devicetree
 help / color / mirror / Atom feed
* [PATCH] distclean: Remove generated .dtb files
@ 2011-11-05  6:19 Dirk Behme
       [not found] ` <1320473955-4500-1-git-send-email-dirk.behme-V5te9oGctAVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Dirk Behme @ 2011-11-05  6:19 UTC (permalink / raw)
  To: linaro-dev, devicetree-discuss, linux-arm-kernel, rob.herring,
	grant.likely
  Cc: Grant Likely, Dirk Behme, Jason Liu, Shawn Guo

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 <dirk.behme@de.bosch.com>
CC: Rob Herring <rob.herring@calxeda.com>
CC: Shawn Guo <shawn.guo@freescale.com>
CC: Jason Liu <jason.hui@linaro.org>
CC: Grant Likely <grant.likely@secretlab.ca>
---
 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) \
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-11-08 17:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-05  6:19 [PATCH] distclean: Remove generated .dtb files Dirk Behme
     [not found] ` <1320473955-4500-1-git-send-email-dirk.behme-V5te9oGctAVWk0Htik3J/w@public.gmane.org>
2011-11-06 18:38   ` Grant Likely
     [not found]     ` <20111106183802.GB2546-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2011-11-06 18:42       ` Grant Likely
     [not found]         ` <CACxGe6vK24j=L_WQWf5eqmdKXf0gCD=waAbJj4eq9d63O8mbvA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-11-07  6:25           ` Dirk Behme
     [not found]             ` <4EB779CF.4040007-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2011-11-07 13:42               ` Grant Likely
2011-11-07 13:51   ` Rob Herring
     [not found]     ` <4EB7E24D.8080804-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-11-08 17:20       ` Dirk Behme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox