opnsense-src/sys/modules/ntb/ntb_hw_intel/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
158 B
Makefile

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