xref: /freebsd/sys/modules/ntb/ntb_hw_amd/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*6683132dSAlexander Motin.PATH:  ${SRCTOP}/sys/dev/ntb/ntb_hw
2*6683132dSAlexander Motin
3*6683132dSAlexander MotinKMOD    = ntb_hw_amd
4*6683132dSAlexander MotinSRCS    = ntb_hw_amd.c
5*6683132dSAlexander MotinSRCS += device_if.h bus_if.h pci_if.h ntb_if.h
6*6683132dSAlexander Motin
7*6683132dSAlexander Motin.include <bsd.kmod.mk>
8