193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
210 B
Makefile
12 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/net80211
|
|
.PATH: ${SRCTOP}/sys/crypto/rijndael
|
|
|
|
KMOD= wlan_ccmp
|
|
SRCS= ieee80211_crypto_ccmp.c
|
|
SRCS+= rijndael-alg-fst.c rijndael-api.c
|
|
SRCS+= opt_wlan.h
|
|
|
|
.include <bsd.kmod.mk>
|