mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-17 01:17:23 +07:00
![Allen Hubbe](/assets/img/avatar_default.png)
Change ntb_hw_intel to use the new NTB hardware abstraction layer. Split ntb_transport into its own driver. Change it to use the new NTB hardware abstraction layer. Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
3 lines
78 B
Makefile
3 lines
78 B
Makefile
obj-$(CONFIG_NTB) += ntb.o hw/
|
|
obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o
|