diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2011-11-09 23:37:13 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-11-09 23:37:13 +0000 |
| commit | 5a25d7aab1cbaf9f1b13ecbc053d9a80c145bdf8 (patch) | |
| tree | 82be0c5b6745dba8e90a6710032b24cc0df5cd0b /sys/modules/ath | |
| parent | cf5d42d4b083655e7a6a09502f58d0620117b826 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ath')
| -rw-r--r-- | sys/modules/ath/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index 49f7fa698720..d969fda1088c 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -140,7 +140,9 @@ 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> |
