Author: adrian
Date: Mon Dec 3 23:36:03 2012
New Revision: 243837
URL: http://svnweb.freebsd.org/changeset/base/243837
Log:
Include if_ath_alq.c, which only gets actually compiled if ATH_DEBUG_ALQ
is enabled.
Modified:
head/sys/modules/ath/Makefile
Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile Mon Dec 3 22:16:51 2012
(r243836)
+++ head/sys/modules/ath/Makefile Mon Dec 3 23:36:03 2012
(r243837)
@@ -35,7 +35,7 @@ ATH_RATE?= sample # tx rate control alg
.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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"