opnsense-src/sys/modules/ntb/ntb_hw_intel/Makefile

10 lines
170 B
Makefile
Raw Normal View History

# $FreeBSD$
.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>