3a702e49c0
This change creates a new module, ath.ko, which includes code that can be shared between ath5k, ath9k and ar9170. For now, extract most of the ath9k regulatory code so it can also be used in ath5k. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
4 lines
56 B
Makefile
4 lines
56 B
Makefile
obj-$(CONFIG_ATH_COMMON) += ath.o
|
|
ath-objs := regd.o
|
|
|