mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-11 23:27:42 +07:00

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
|