Search Linux Wireless

Re: [PATCH] d80211: create net/wireless/Kconfig and make nl80211 optional

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux