diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2011-01-20 09:03:40 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-01-20 09:03:40 +0000 |
commit | 204582f2f34611d39c04c12181ad0250ec093f62 (patch) | |
tree | 5969e99fe4e1a446fe617efc7213663edd37732f /sys/modules/ath | |
parent | e91c7635e91e396081925aa6782640681bb999ce (diff) | |
download | src-204582f2f34611d39c04c12181ad0250ec093f62.tar.gz src-204582f2f34611d39c04c12181ad0250ec093f62.zip |
Notes
Diffstat (limited to 'sys/modules/ath')
-rw-r--r-- | sys/modules/ath/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index 3c01fd020677..808d56d77a1b 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -88,10 +88,15 @@ SRCS+= ah_eeprom_v14.c ah_eeprom_v4k.c \ ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \ ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_recv.c \ ar5416_reset.c ar5416_xmit.c -SRCS+= ar9160_attach.c -SRCS+= ar9280.c ar9280_attach.c + # RF backend for 5416 and 9160 SRCS+= ar2133.c + +.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9001 +SRCS+= ar9160_attach.c + +.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9002 +SRCS+= ar9280.c ar9280_attach.c SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c # NB: rate control is bound to the driver by symbol names so only pick one |