diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2012-12-03 23:36:03 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-12-03 23:36:03 +0000 |
commit | f506aeda9b061801a7679280309b1c70b3465c76 (patch) | |
tree | e6cb332e44e18b3d281590b65d0e3e9107fe8749 /sys | |
parent | 349438a24323e9f770ebd3c42faa3024fe13859e (diff) | |
download | src-f506aeda9b061801a7679280309b1c70b3465c76.tar.gz src-f506aeda9b061801a7679280309b1c70b3465c76.zip |
Notes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/ath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index 6c27c0a669fc..1b011b490d72 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 |