summaryrefslogtreecommitdiffstats
path: root/sys/modules/wlan/Makefile
blob: 4389c5a30f182c83e1c7ce00c3ec3c3e5fb2a695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

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

KMOD=	wlan
SRCS=	ieee80211.c ieee80211_crypto.c ieee80211_crypto_none.c \
	ieee80211_freebsd.c ieee80211_input.c ieee80211_ioctl.c \
	ieee80211_node.c ieee80211_output.c ieee80211_proto.c
SRCS+=	bus_if.h device_if.h opt_inet.h opt_ipx.h

.if !defined(KERNBUILDDIR)
opt_inet.h:
	echo "#define INET 1" > opt_inet.h

opt_ipx.h:
	echo "#define IPX 1" > opt_ipx.h
.endif

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