Re: [U-Boot] [PATCH V2 01/12] Makefile: Include vendor common library in include search path

2015-11-15 Thread Igor Grinberg
Hi Nishanth, On 11/13/15 07:43, Nishanth Menon wrote: > When the vendor common libraries exists, then board should be able to > reference headers located from a generic base, rather than having to > do weird logic such as '#include "../common/xyz.h"'. > > There are multiple options of implementat

[U-Boot] [PATCH V2 01/12] Makefile: Include vendor common library in include search path

2015-11-12 Thread Nishanth Menon
When the vendor common libraries exists, then board should be able to reference headers located from a generic base, rather than having to do weird logic such as '#include "../common/xyz.h"'. There are multiple options of implementation, the current strategy expects that: a) Vendor boards that nee