summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-01-02 04:00:54 +0000
committeradrian <adrian@FreeBSD.org>2013-01-02 04:00:54 +0000
commit8445fc8dbf089c25f6a8b42d805cd434449519e1 (patch)
treeec8365ae5aa3229b7e3fedc25b5a7874da91e26c
parent5fd18f70ab267770589101678c7fb01c98bdfe76 (diff)
downloadFreeBSD-src-8445fc8dbf089c25f6a8b42d805cd434449519e1.zip
FreeBSD-src-8445fc8dbf089c25f6a8b42d805cd434449519e1.tar.gz
Link if_ath_spectral.c into the build.
-rw-r--r--sys/conf/files2
-rw-r--r--sys/modules/ath/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index ab4bbba..ec3b585 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -726,6 +726,8 @@ dev/ath/if_ath_rx.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/if_ath_rx_edma.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
+dev/ath/if_ath_spectral.c optional ath \
+ compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/ah_osdep.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
#
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index e08a41a..7e65785 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_alq.c if_ath_debug.c if_ath_keycache.c if_ath_sysctl.c
SRCS+= if_ath_tx.c if_ath_tx_ht.c if_ath_led.c if_ath_rx.c if_ath_tdma.c
-SRCS+= if_ath_beacon.c if_ath_rx_edma.c if_ath_tx_edma.c
+SRCS+= if_ath_beacon.c if_ath_rx_edma.c if_ath_tx_edma.c if_ath_spectral.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+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h opt_wlan.h
OpenPOWER on IntegriCloud