Re: [U-Boot] Removal of generated asm-offsets.s/h

2011-06-30 Thread Stefano Babic
On 06/29/2011 08:37 PM, Matthias Weisser wrote: > Hi Stefano Hi Matthias, >> There is an explicit rule in arch/arm/cpu/arm1136/mx35/Makefile. It >> seems to me the right place to put the generated file. It is an include >> header, and it should be the include directory for the desired soc, in >>

Re: [U-Boot] Removal of generated asm-offsets.s/h

2011-06-29 Thread Matthias Weisser
Hi Stefano Am 29.06.2011 17:48, schrieb Stefano Babic: > Hi Matthias, > >>> In message<4e0b3331.9030...@arcor.de> you wrote: If a soc automatically generates asm-offsets.s/h in its makefile it isn't removed by a make clean or make distclean. See mx35 as an example. Even addin

Re: [U-Boot] Removal of generated asm-offsets.s/h

2011-06-29 Thread Stefano Babic
On 06/29/2011 05:00 PM, Matthias Weißer wrote: > Am 29.06.2011 16:20, schrieb Wolfgang Denk: >> Dear =?ISO-8859-15?Q?Matthias_Wei=DFer?=, >> Hi Matthias, >> In message<4e0b3331.9030...@arcor.de> you wrote: >>> >>> If a soc automatically generates asm-offsets.s/h in its makefile it >>> isn't remo

Re: [U-Boot] Removal of generated asm-offsets.s/h

2011-06-29 Thread Matthias Weißer
Am 29.06.2011 16:20, schrieb Wolfgang Denk: > Dear =?ISO-8859-15?Q?Matthias_Wei=DFer?=, > > In message<4e0b3331.9030...@arcor.de> you wrote: >> >> If a soc automatically generates asm-offsets.s/h in its makefile it >> isn't removed by a make clean or make distclean. See mx35 as an example. >> Even

Re: [U-Boot] Removal of generated asm-offsets.s/h

2011-06-29 Thread Wolfgang Denk
Dear =?ISO-8859-15?Q?Matthias_Wei=DFer?=, In message <4e0b3331.9030...@arcor.de> you wrote: > > If a soc automatically generates asm-offsets.s/h in its makefile it > isn't removed by a make clean or make distclean. See mx35 as an example. > Even adding a clean: target to the SoCs makefile doesn't

[U-Boot] Removal of generated asm-offsets.s/h

2011-06-29 Thread Matthias Weißer
Hi If a soc automatically generates asm-offsets.s/h in its makefile it isn't removed by a make clean or make distclean. See mx35 as an example. Even adding a clean: target to the SoCs makefile doesn't help. What would be the right way to remove these files with make clean? Regards Matthias We