OSDN Git Service

net: wireless: wl: refine the rules
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 13 Apr 2017 10:19:42 +0000 (18:19 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 13 Apr 2017 10:19:42 +0000 (18:19 +0800)
commit30dbe06ffb1b23e61b3f8ca117a5f01f06b38494
treedb1bd50423ab577fa4478756b7f1bb4b47b95eb1
parentff9488fa762b9150e9e3522a268d26565e901340
net: wireless: wl: refine the rules

The original rules put the 32-bit and 64-bit object files in the
same directory. Thus building a different arch will always trigger
re-building. It's not good.

Put 32-bit and 64-bit files in different directories so they won't
conflict with each other.
drivers/net/wireless/wl/.gitignore
drivers/net/wireless/wl/build.mk
drivers/net/wireless/wl/wl.patch