I guess this'll never end... > -cfg80211-y += core.o sysfs.o nl80211.o > +cfg80211-y += core.o sysfs.o > +cfg80211-$(CONFIG_NL80211) += nl80211.o That won't work correctly. To build nl80211 as an extra module you'll need obj-m += nl80211.o, but to build it into cfg80211 when it's NL80211=y you need cfg80211-y += nl80211.o Could you live with it not being a module itself so we can just make it a boolean and use the current way it's done in the Makefile? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part