mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
a1bd3baeb2
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>
5 lines
125 B
Makefile
5 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
|