This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-13 15:41:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3e42f200c1
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 15:12:41 +00: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 14:33:20 +00:00
obj-$(CONFIG_NTB_TRANSPORT)
+=
ntb_transport.o
Reference in New Issue
Copy Permalink