diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2011-03-02 17:19:54 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-03-02 17:19:54 +0000 |
| commit | d2d7a00aa9904d42eb05440c669a518711275d8a (patch) | |
| tree | 8d935a7e40f8e8a60e212d2b74950c3fa0d08e85 /sys/modules/ath | |
| parent | 5033bae6d0d908a940d61d7704c541e2286bd858 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ath')
| -rw-r--r-- | sys/modules/ath/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index 4f5d65defff15..991c0277401bb 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -35,7 +35,8 @@ ATH_RATE?= sample # tx rate control algorithm .PATH: ${.CURDIR}/../../dev/ath/ath_hal KMOD= if_ath -SRCS= if_ath.c if_ath_pci.c if_ath_debug.c if_ath_sysctl.c if_ath_tx.c if_ath_tx_ht.c +SRCS= if_ath.c if_ath_pci.c if_ath_debug.c if_ath_keycache.c if_ath_sysctl.c +SRCS+= if_ath_tx.c if_ath_tx_ht.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 |
