opnsense-src/sys/modules/vnic/thunder_mdio/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

15 lines
287 B
Makefile

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