[PATCH] distclean: Remove generated .dtb files
Dirk Behme
dirk.behme at googlemail.com
Wed Nov 9 04:20:12 EST 2011
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<dirk.behme at de.bosch.com>
>> CC: Rob Herring<rob.herring at calxeda.com>
>> CC: Shawn Guo<shawn.guo at freescale.com>
>> CC: Jason Liu<jason.hui at linaro.org>
>> CC: Grant Likely<grant.likely at secretlab.ca>
>> ---
>
> Acked-by: Rob Herring<rob.herring at calxeda.com>
...
> Acked-by: Grant Likely <grant.likely at secretlab.ca>
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) \
>
>
More information about the devicetree-discuss
mailing list