xref: /dragonfly/sys/dev/netif/ath/Makefile.inc (revision 6ca88057)
1# $DragonFly: src/sys/dev/netif/ath/Makefile.inc,v 1.2 2007/02/22 05:17:09 sephe Exp $
2
3HAL	= ${.CURDIR}/../ath_hal
4HALOSDEP= ${.CURDIR}/../ath_hal
5CFLAGS	+= -I${HALOSDEP}
6
7opt_inet.h:
8	echo "#define INET	1" > ${.TARGET}
9	echo "#define INET6     1" >> ${.TARGET}
10
11opt_wlan.h:
12	echo "#define IEEE80211_DEBUG           1" > ${.TARGET}
13	echo "#define IEEE80211_SUPPORT_TDMA    1" >> ${.TARGET}
14	echo "#define IEEE80211_SUPPORT_MESH    1" >> ${.TARGET}
15
16opt_ah.h:
17	echo "#define AH_SUPPORT_AR5416 	1" > ${.TARGET}
18
19#opt_ktr.h:
20#	echo "" > ${.TARGET}
21