Makefile (a1bd3baeb2f18b2b3d0f98ce5fdaa725149b950b) Makefile (e26a5843f7f5014ae4460030ca4de029a3ac35d3)
1obj-$(CONFIG_NTB) += ntb.o
2obj-$(CONFIG_NTB) += ntb_hw_intel.o
3
4ntb_hw_intel-objs := hw/intel/ntb_hw_intel.o ntb_transport.o
1obj-$(CONFIG_NTB) += ntb.o hw/
2obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o