freebsd-dev/sys/modules/vnic/thunder_bgx/Makefile
Enji Cooper 193d9e768b sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 10:10:17 +00:00

17 lines
284 B
Makefile

# $FreeBSD$
SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"
S= ${SRCTOP}/sys
.PATH: $S/dev/vnic
KMOD= thunder_bgx
SRCS= thunder_bgx.c thunder_bgx_fdt.c
SRCS+= opt_platform.h device_if.h bus_if.h pci_if.h lmac_if.h ofw_bus_if.h
CFLAGS+= -DFDT
.include <bsd.kmod.mk>