This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
linux
Watch
6
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Releases
Wiki
Activity
d9cf484165
linux
/
drivers
/
ntb
/
Makefile
3 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2015-04-15 17:12:41 +02:00
obj-$(CONFIG_NTB)
+=
ntb.o hw/ test/
NTB: Split ntb_hw_intel and ntb_transport drivers 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>
2015-04-09 16:33:20 +02:00
obj-$(CONFIG_NTB_TRANSPORT)
+=
ntb_transport.o
Reference in New Issue
Copy Permalink