mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
33dea5aae0
Seeing the Switchtec NTB hardware shares the same endpoint as the management endpoint we utilize the class_interface API to register an NTB driver for every Switchtec device in the system that has the NTB class code. Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Reviewed-by: Stephen Bates <sbates@raithlin.com> Reviewed-by: Kurt Schwemmer <kurt.schwemmer@microsemi.com> Acked-by: Allen Hubbe <Allen.Hubbe@dell.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
2 lines
50 B
Makefile
2 lines
50 B
Makefile
obj-$(CONFIG_NTB_SWITCHTEC) += ntb_hw_switchtec.o
|