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
17 lines
274 B
Makefile
17 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${SRCTOP}/sys
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
S= ${SRCTOP}/sys
|
|
|
|
.PATH: $S/dev/vnic
|
|
|
|
KMOD= mrmlbus
|
|
SRCS= device_if.h bus_if.h opt_platform.h pci_if.h ofw_bus_if.h miibus_if.h lmac_if.h
|
|
SRCS+= mrml_bridge.c
|
|
|
|
CFLAGS+= -DFDT
|
|
|
|
.include <bsd.kmod.mk>
|