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

2014-05-05 Thread Michal Marek
On 2014-04-30 18:12, Sam Ravnborg wrote: > On Tue, Apr 29, 2014 at 04:08:09PM +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 1/5] firmware: Simplify directory creation

2014-05-05 Thread Michal Marek
On 2014-04-30 18:12, Sam Ravnborg wrote: On Tue, Apr 29, 2014 at 04:08:09PM +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 '.'

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

2014-04-30 Thread Sam Ravnborg
On Tue, Apr 29, 2014 at 04:08:09PM +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

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

2014-04-30 Thread Sam Ravnborg
On Tue, Apr 29, 2014 at 04:08:09PM +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 dependency

[PATCH 1/5] firmware: Simplify directory creation

2014-04-29 Thread Michal Marek
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 dependency on $(objtree)/ would be satisfied by in $(srctree). When

[PATCH 1/5] firmware: Simplify directory creation

2014-04-29 Thread Michal Marek
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 dependency on $(objtree)/dir would be satisfied by dir in $(srctree). When