mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -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
10 lines
173 B
Makefile
10 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${SRCTOP}/sys
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
CFLAGS+= -DFDT
|
|
|
|
SUBDIR = mrmlbus thunder_mdio thunder_bgx vnicpf vnicvf
|
|
|
|
.include <bsd.subdir.mk>
|