Re: [PATCH v2 1/5] firmware: Simplify directory creation

2014-05-14 Thread Michal Marek
Dne 9.5.2014 18:51, Sam Ravnborg napsal(a): > On Fri, May 09, 2014 at 02:52:20PM +0200, Michal Marek wrote: >> When building the firmware blobs, use a simple loop to create >> directories in $(objtree), like in Makefile.build. This simplifies the >> rules and also makes it possible to set $(objtree

Re: [PATCH v2 1/5] firmware: Simplify directory creation

2014-05-09 Thread Sam Ravnborg
On Fri, May 09, 2014 at 02:52:20PM +0200, Michal Marek wrote: > When building the firmware blobs, use a simple loop to create > directories in $(objtree), like in Makefile.build. This simplifies the > rules and also makes it possible to set $(objtree) to '.' later. Before > this change, a dependenc