Makefile (d217e07b32a6750e44f529e0218898c024b2c637) | Makefile (26b3a37b928457ba2cd98eaf6d7b0feca5a30fa6) |
---|---|
1obj-$(CONFIG_NTB) += ntb.o hw/ test/ 2obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o 3 | 1obj-$(CONFIG_NTB) += ntb.o hw/ test/ 2obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o 3 |
4ntb-y := core.o | 4ntb-y := core.o 5ntb-$(CONFIG_NTB_MSI) += msi.o |