projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
40fe07c0370cc2326d9f8e169dd235075fb3ac40
[openwrt.git]
/
package
/
mac80211
/
src
/
mac80211
/
Makefile
1
obj-
$(
CONFIG_MAC80211
) +=
mac80211.o rc80211_simple.o rc80211_lowest.o
2
3
mac80211-objs-
$(
CONFIG_MAC80211_LEDS
) +=
ieee80211_led.o
4
mac80211-objs-
$(
CONFIG_MAC80211_DEBUGFS
) +=
debugfs.o debugfs_sta.o debugfs_netdev.o debugfs_key.o
5
6
mac80211-objs
:=
\
7
ieee80211.o \
8
ieee80211_ioctl.o \
9
sta_info.o \
10
wep.o \
11
wpa.o \
12
ieee80211_sta.o \
13
ieee80211_iface.o \
14
ieee80211_rate.o \
15
michael.o \
16
tkip.o \
17
aes_ccm.o \
18
wme.o \
19
ieee80211_cfg.o \
20
$(
mac80211-objs-y
)
This page took
0.045182 seconds
and
3
git commands to generate.