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