mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
7 lines
205 B
Makefile
7 lines
205 B
Makefile
obj-$(CONFIG_WIRELESS_EXT) += wext.o
|
|
obj-$(CONFIG_CFG80211) += cfg80211.o
|
|
obj-$(CONFIG_LIB80211) += lib80211.o
|
|
|
|
cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o
|
|
cfg80211-$(CONFIG_NL80211) += nl80211.o
|