summaryrefslogtreecommitdiffstats
path: root/sys/modules/ath/Makefile
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-01-31 13:39:08 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-01-31 13:39:08 +0000
commit6be8388a29e5b8c76a96e02b79cae7e33291ff97 (patch)
tree4d1a50e24d61a2d7ca7a2f334574e166f4590ce1 /sys/modules/ath/Makefile
parent98370595619170317553259ee369d70c9c7717b8 (diff)
downloadFreeBSD-src-6be8388a29e5b8c76a96e02b79cae7e33291ff97.zip
FreeBSD-src-6be8388a29e5b8c76a96e02b79cae7e33291ff97.tar.gz
Build 928x files too.
Diffstat (limited to 'sys/modules/ath/Makefile')
-rw-r--r--sys/modules/ath/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index d494c45..7c9457b 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -37,7 +37,7 @@ ATH_RATE?= sample # tx rate control algorithm
KMOD= if_ath
SRCS= if_ath.c if_ath_pci.c
# NB: v3 eeprom support used by both AR5211 and AR5212; just include it
-SRCS+= ah_osdep.c ah.c ah_regdomain.c ah_eeprom_v3.c
+SRCS+= ah_osdep.c ah.c ah_regdomain.c ah_eeprom_v3.c ah_eeprom_v4k.c
SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h opt_wlan.h
#
@@ -89,6 +89,7 @@ SRCS+= ah_eeprom_v14.c \
ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_recv.c \
ar5416_reset.c ar5416_xmit.c
SRCS+= ar9160_attach.c
+SRCS+= ar9280_attach.c
# RF backend for 5416 and 9160
SRCS+= ar2133.c
OpenPOWER on IntegriCloud