mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
210 B
Makefile
11 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>
|