diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-02-20 03:07:07 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-02-20 03:07:07 +0000 |
| commit | 7b1144d245171243cd1e955887a8e595e452b050 (patch) | |
| tree | dc44ba5fe347f80f6a4e96aacb071c6781b7df95 /sys/modules/ath | |
| parent | 033892980c5f1da9e3c14fe96766a34e05cc856a (diff) | |
Notes
Diffstat (limited to 'sys/modules/ath')
| -rw-r--r-- | sys/modules/ath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index d3d2a22403d0..5cbfeda19d5c 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -88,8 +88,8 @@ 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 \ - ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_recv.c \ - ar5416_reset.c ar5416_xmit.c + ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_radar.c \ + ar5416_recv.c ar5416_reset.c ar5416_xmit.c # RF backend for 5416, 9130 and 9160 SRCS+= ar2133.c |
