Abstract the NTB device behind a programming interface, so that it can support different hardware and client drivers. Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
4 lines
125 B
Makefile
4 lines
125 B
Makefile
obj-$(CONFIG_NTB) += ntb.o
|
|
obj-$(CONFIG_NTB) += ntb_hw_intel.o
|
|
|
|
ntb_hw_intel-objs := hw/intel/ntb_hw_intel.o ntb_transport.o
|