6 lines
134 B
Makefile
6 lines
134 B
Makefile
obj-$(CONFIG_NTB) += ntb.o hw/ test/
|
|
obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o
|
|
|
|
ntb-y := core.o
|
|
ntb-$(CONFIG_NTB_MSI) += msi.o
|