xref: /linux-6.15/drivers/ntb/Makefile (revision 26b3a37b)
1963de473SAllen Hubbe# SPDX-License-Identifier: GPL-2.0-only
2e26a5843SAllen Hubbeobj-$(CONFIG_NTB) += ntb.o hw/ test/
3d217e07bSLogan Gunthorpeobj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o
4d217e07bSLogan Gunthorpe
5*26b3a37bSLogan Gunthorpentb-y			:= core.o
6ntb-$(CONFIG_NTB_MSI)	+= msi.o
7