summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ntb/Makefile')
-rw-r--r--drivers/ntb/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ntb/Makefile b/drivers/ntb/Makefile
new file mode 100644
index 000000000..3a6fa181f
--- /dev/null
+++ b/drivers/ntb/Makefile
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0-only
+obj-$(CONFIG_NTB) += ntb.o hw/ test/
+obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o
+
+ntb-y := core.o
+ntb-$(CONFIG_NTB_MSI) += msi.o