diff options
-rw-r--r-- | sys/modules/ath/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index e691abd..50571aa 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -140,9 +140,7 @@ SRCS+= dfs_null.c CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal -.if !defined(KERNBUILDDIR) opt_ah.h: echo '#define AH_SUPPORT_AR5416 1' > $@ -.endif .include <bsd.kmod.mk> |