2004-12-08 17:38:38 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../net80211
|
2004-12-15 01:30:38 +00:00
|
|
|
.PATH: ${.CURDIR}/../../crypto/rijndael
|
2004-12-08 17:38:38 +00:00
|
|
|
|
|
|
|
KMOD= wlan_ccmp
|
|
|
|
SRCS= ieee80211_crypto_ccmp.c
|
2004-12-16 01:10:48 +00:00
|
|
|
SRCS+= rijndael-alg-fst.c rijndael-api.c
|
2008-04-20 20:35:46 +00:00
|
|
|
SRCS+= opt_wlan.h
|
|
|
|
|
|
|
|
.if !defined(KERNBUILDDIR)
|
|
|
|
opt_wlan.h:
|
2008-09-01 23:59:00 +00:00
|
|
|
echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
|
2008-04-20 20:35:46 +00:00
|
|
|
.endif
|
2004-12-08 17:38:38 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|