This website requires JavaScript.
Explore
Help
Register
Sign In
renegade-project
/
linux-next
Watch
2
Star
0
Fork
0
You've already forked linux-next
mirror of
https://github.com/edk2-porting/linux-next.git
synced
2024-12-16 17:23:55 +08:00
Code
93e0dfb2c5
linux-next
/
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 23:12:41 +08: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 22:33:20 +08:00
obj-$(CONFIG_NTB_TRANSPORT)
+=
ntb_transport.o
Copy Permalink