]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ntb/ntb_hw_plx/Makefile
MFV r344878:
[FreeBSD/FreeBSD.git] / sys / modules / ntb / ntb_hw_plx / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/ntb/ntb_hw
4
5 KMOD    = ntb_hw_plx
6 SRCS    = ntb_hw_plx.c
7 SRCS += device_if.h bus_if.h pci_if.h ntb_if.h
8
9 .include <bsd.kmod.mk>