From: Michal Marek Date: Tue, 29 Apr 2014 09:54:47 +0000 (+0200) Subject: firmware: Simplify directory creation X-Git-Tag: omap-for-v3.16/fixes-against-rc1~28^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5180d5f4;p=pandora-kernel.git firmware: Simplify directory creation 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 installing the firmware blobs, call mkdir like in Makefile.modinst. Cc: David Woodhouse Acked-by: Sam Ravnborg Signed-off-by: Michal Marek --- Reading git-diff-tree failed