ath9k: add possible wiphy interface combinations
[deliverable/linux.git] / drivers / net / wireless / ath / Makefile
CommitLineData
203c4805 1obj-$(CONFIG_ATH5K) += ath5k/
7322fd19 2obj-$(CONFIG_ATH9K_HW) += ath9k/
1d7e1e6b 3obj-$(CONFIG_CARL9170) += carl9170/
bdcd8170 4obj-$(CONFIG_ATH6KL) += ath6kl/
203c4805 5
3a702e49 6obj-$(CONFIG_ATH_COMMON) += ath.o
13b81559
LR
7
8ath-objs := main.o \
9 regd.o \
1bba5b73
BR
10 hw.o \
11 key.o
c46917bb
LR
12
13ath-$(CONFIG_ATH_DEBUG) += debug.o
cf9bc5ba 14ccflags-y += -D__CHECK_ENDIAN__
This page took 0.331237 seconds and 5 git commands to generate.