• M
    firmware: Simplify directory creation · 5180d5f4
    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 installing the firmware blobs, call mkdir like in Makefile.modinst.
    
    Cc: David Woodhouse <dwmw2@infradead.org>
    Acked-by: NSam Ravnborg <sam@ravnborg.org>
    Signed-off-by: NMichal Marek <mmarek@suse.cz>
    5180d5f4
Makefile.fwinst 2.0 KB