diff options
Diffstat (limited to 'sys/modules/ath/Makefile')
-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 3c01fd0..808d56d 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 |