diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2010-03-03 20:28:35 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2010-03-03 20:28:35 +0000 |
| commit | ae266114fbd693e8f6ee5d0e34446f67bdab3c15 (patch) | |
| tree | 9d0aa7ae868999520e9282a9e18e13670165addf /sys | |
| parent | 8004f2b3536d805449cdc4eba575c7d5aed0c521 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/ath/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index c50da588f2ef..209ae3c19079 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -83,6 +83,7 @@ SRCS+= ar5413.c # .PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5416 SRCS+= ah_eeprom_v14.c \ + ah_eeprom_v4k.c \ ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_cal.c \ ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \ ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \ |
