aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ath/Makefile')
-rw-r--r--sys/modules/ath/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index 6b093a9b040a..49f7fa698720 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -134,6 +134,10 @@ SRCS+= onoe.c
SRCS+= amrr.c
.endif
+# DFS
+.PATH: ${.CURDIR}/../../dev/ath/ath_dfs/null
+SRCS+= dfs_null.c
+
CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
opt_ah.h: