summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/test/Makefile
diff options
context:
space:
mode:
authorAllen Hubbe2015-04-15 17:12:41 +0200
committerJon Mason2015-07-04 20:07:42 +0200
commit963de4739fb4f8fa8d5cd87969109a7d3282ed13 (patch)
treeb64de66fb1eb3eec2b9dfb63a8006b036944ff0a /drivers/ntb/test/Makefile
parentNTB: Add parameters for Intel SNB B2B addresses (diff)
downloadkernel-qcow2-linux-963de4739fb4f8fa8d5cd87969109a7d3282ed13.tar.gz
kernel-qcow2-linux-963de4739fb4f8fa8d5cd87969109a7d3282ed13.tar.xz
kernel-qcow2-linux-963de4739fb4f8fa8d5cd87969109a7d3282ed13.zip
NTB: Add ping pong test client
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>
Diffstat (limited to 'drivers/ntb/test/Makefile')
-rw-r--r--drivers/ntb/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ntb/test/Makefile b/drivers/ntb/test/Makefile
new file mode 100644
index 000000000000..b32309307771
--- /dev/null
+++ b/drivers/ntb/test/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_NTB_PINGPONG) += ntb_pingpong.o