Re: [U-Boot] "make clean" not traversing into board-specific directories?

2016-05-18 Thread Joerg . Scheuermann
> Von: Masahiro Yamada > Datum: 14.05.2016 11:11 > > 2016-05-14 7:41 GMT+09:00 James Chargin : > > Hi, > > > > > > On 05/13/2016 01:50 PM, Fabio Estevam wrote: > >> > >> Hi Jörg, > >> > >> On Fri, May 13, 2016 at 1:57 PM, > >> wrote: > >>> > >>> Hello, > >>> > >>> I am using u-boot 2015.04 and h

[U-Boot] "make clean" not traversing into board-specific directories?

2016-05-13 Thread Joerg . Scheuermann
Hello, I am using u-boot 2015.04 and have a mechanism implemented in the board-specific Makefile for our board, which uses xsltproc to generate header-files from xml input files - this part is working by now. what is still not working is the removal of those generated files upon calling "make