09329d371e
This patch adds the platform_driver itself, and modifies the main driver to register it. Changes-licensed-under: ISC Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Tested-by: Pavel Roskin <proski@gnu.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
19 lines
278 B
Makefile
19 lines
278 B
Makefile
ath9k-y += hw.o \
|
|
eeprom.o \
|
|
mac.o \
|
|
calib.o \
|
|
ani.o \
|
|
phy.o \
|
|
regd.o \
|
|
beacon.o \
|
|
main.o \
|
|
recv.o \
|
|
xmit.o \
|
|
rc.o
|
|
|
|
ath9k-$(CONFIG_PCI) += pci.o
|
|
ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
|
|
ath9k-$(CONFIG_ATH9K_DEBUG) += debug.o
|
|
|
|
obj-$(CONFIG_ATH9K) += ath9k.o
|