Revert this previous commit for now - although this override unfortunately

results in the HAL being built without HAL debugging/diagnostic support,
the module building process needs to be somehow taught to not build AR5416+
NICs if AH_SUPPORT_AR5416 isn't defined in opt_ah.h .
This commit is contained in:
Adrian Chadd 2011-11-10 23:16:59 +00:00
parent ecf3f60fed
commit bbfa418de5

View File

@ -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>