summaryrefslogtreecommitdiffstats
path: root/sys/modules/wlan_ccmp/Makefile
blob: bbf8f6207fa4d9f544ca21597e5b54954e4d6be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

.PATH: ${.CURDIR}/../../net80211
.PATH: ${.CURDIR}/../../crypto/rijndael

KMOD=	wlan_ccmp
SRCS=	ieee80211_crypto_ccmp.c
SRCS+=	rijndael-alg-fst.c rijndael-api.c
SRCS+=	opt_wlan.h

.if !defined(KERNBUILDDIR)
opt_wlan.h:
	echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud