Blame view

net/wireless/Makefile 937 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
704232c27   Johannes Berg   [WIRELESS] cfg802...
2
  obj-$(CONFIG_CFG80211) += cfg80211.o
7e272fcff   John W. Linville   wireless: consoli...
3
  obj-$(CONFIG_LIB80211) += lib80211.o
274bfb8dc   John W. Linville   lib80211: absorb ...
4
5
6
  obj-$(CONFIG_LIB80211_CRYPT_WEP) += lib80211_crypt_wep.o
  obj-$(CONFIG_LIB80211_CRYPT_CCMP) += lib80211_crypt_ccmp.o
  obj-$(CONFIG_LIB80211_CRYPT_TKIP) += lib80211_crypt_tkip.o
704232c27   Johannes Berg   [WIRELESS] cfg802...
7

3d23e349d   Johannes Berg   wext: refactor
8
9
10
11
  obj-$(CONFIG_WEXT_CORE) += wext-core.o
  obj-$(CONFIG_WEXT_PROC) += wext-proc.o
  obj-$(CONFIG_WEXT_SPY) += wext-spy.o
  obj-$(CONFIG_WEXT_PRIV) += wext-priv.o
59bbb6f75   Johannes Berg   cfg80211: validat...
12
  cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
6e0bd6c35   Rostislav Lisovy   cfg80211: 802.11p...
13
  cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o mesh.o ap.o trace.o ocb.o
e691ac2f7   Rafał Miłecki   cfg80211: support...
14
  cfg80211-$(CONFIG_OF) += of.o
1ac61302d   Luis R. Rodriguez   mac80211/cfg80211...
15
  cfg80211-$(CONFIG_CFG80211_DEBUGFS) += debugfs.o
3d23e349d   Johannes Berg   wext: refactor
16
  cfg80211-$(CONFIG_CFG80211_WEXT) += wext-compat.o wext-sme.o
3b377ea9d   John W. Linville   wireless: support...
17
  cfg80211-$(CONFIG_CFG80211_INTERNAL_REGDB) += regdb.o
b14392368   Johannes Berg   mac80211/cfg80211...
18

14e8a3c47   Beni Lev   cfg80211: add tra...
19
  CFLAGS_trace.o := -I$(src)
3b377ea9d   John W. Linville   wireless: support...
20
21
22
23
  $(obj)/regdb.c: $(src)/db.txt $(src)/genregdb.awk
  	@$(AWK) -f $(srctree)/$(src)/genregdb.awk < $< > $@
  
  clean-files := regdb.c