Files

7 lines
174 B
Makefile
Raw Permalink Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2015-04-15 11:12:41 -04:00
obj-$(CONFIG_NTB) += ntb.o hw/ test/
obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o
2019-05-23 16:30:56 -06:00
ntb-y := core.o
ntb-$(CONFIG_NTB_MSI) += msi.o