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

8 lines
154 B
Makefile

.PATH: ${SRCTOP}/sys/dev/ntb/ntb_hw
KMOD = ntb_hw_plx
SRCS = ntb_hw_plx.c
SRCS += device_if.h bus_if.h pci_if.h ntb_if.h
.include <bsd.kmod.mk>