aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ath/Makefile
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2015-12-02 05:36:45 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2015-12-02 05:36:45 +0000
commit204c8e00deb4eeca4afd45e8eb9bb33329bde2ce (patch)
treebf68cef9eb43a2c9864f8dee873fcc7b1a4cb966 /sys/modules/ath/Makefile
parentb23a1998d83c5545dc0d0e03c5bc19cfa86983c9 (diff)
Notes
Diffstat (limited to 'sys/modules/ath/Makefile')
-rw-r--r--sys/modules/ath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index 03f00d655610..d100532df018 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -131,7 +131,7 @@ SRCS+= ar9300_radio.c ar9300_xmit.c ar9300_attach.c ar9300_mci.c ar9300_stub.c
SRCS+= ar9300_xmit_ds.c ar9300_beacon.c ar9300_misc.c ar9300_recv.c
SRCS+= ar9300_stub_funcs.c ar9300_eeprom.c ar9300_paprd.c ar9300_recv_ds.c
SRCS+= ar9300_freebsd.c ar9300_phy.c ar9300_reset.c ar9300_gpio.c
-SRCS+= ar9300_power.c ar9300_timer.c
+SRCS+= ar9300_power.c ar9300_timer.c ar9300_spectral.c
# NB: rate control is bound to the driver by symbol names so only pick one
.if ${ATH_RATE} == "sample"