You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
obj-$(CONFIG_ATH5K) += ath5k/
|
|
obj-$(CONFIG_ATH9K_HW) += ath9k/
|
|
obj-$(CONFIG_AR9170_USB) += ar9170/
|
|
|
|
obj-$(CONFIG_ATH_COMMON) += ath.o
|
|
|
|
ath-objs := main.o \
|
|
regd.o \
|
|
hw.o
|
|
|
|
ath-$(CONFIG_ATH_DEBUG) += debug.o
|
|
|