projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[firefly-linux-kernel-4.4.55.git]
/
drivers
/
net
/
wireless
/
ath
/
Makefile
1
obj-$(CONFIG_ATH5K) += ath5k/
2
obj-$(CONFIG_ATH9K_HW) += ath9k/
3
obj-$(CONFIG_CARL9170) += carl9170/
4
obj-$(CONFIG_ATH6KL) += ath6kl/
5
6
obj-$(CONFIG_ATH_COMMON) += ath.o
7
8
ath-objs := main.o \
9
regd.o \
10
hw.o \
11
key.o
12
13
ath-$(CONFIG_ATH_DEBUG) += debug.o
14
ccflags-y += -D__CHECK_ENDIAN__