mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
963de4739f
This is a simple ping pong driver that exercises the scratch pads and doorbells of the ntb hardware. This driver may be used to test that your ntb hardware and drivers are functioning at a basic level. Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
2 lines
84 B
Makefile
2 lines
84 B
Makefile
obj-$(CONFIG_NTB) += ntb.o hw/ test/
|
|
obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o
|