projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
net
/
mac80211
/
Makefile
1
obj-$(CONFIG_MAC80211) += mac80211.o rc80211_simple.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)