summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-12-03 23:36:03 +0000
committeradrian <adrian@FreeBSD.org>2012-12-03 23:36:03 +0000
commit34647516314c0f222e3a81aae8f393d0c9745e00 (patch)
treee6cb332e44e18b3d281590b65d0e3e9107fe8749
parent6b76c5a1b878e8001537fb323cb0c88fca9dc2df (diff)
downloadFreeBSD-src-34647516314c0f222e3a81aae8f393d0c9745e00.zip
FreeBSD-src-34647516314c0f222e3a81aae8f393d0c9745e00.tar.gz
Include if_ath_alq.c, which only gets actually compiled if ATH_DEBUG_ALQ
is enabled.
-rw-r--r--sys/modules/ath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index 6c27c0a..1b011b4 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -35,7 +35,7 @@ ATH_RATE?= sample # tx rate control algorithm
.PATH: ${.CURDIR}/../../dev/ath/ath_hal
KMOD= if_ath
-SRCS= if_ath.c if_ath_debug.c if_ath_keycache.c if_ath_sysctl.c
+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
# NB: v3 eeprom support used by both AR5211 and AR5212; just include it
OpenPOWER on IntegriCloud