This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
linux-stable
Watch
1
Star
0
Fork
0
You've already forked linux-stable
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced
2025-01-06 05:06:29 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
42fefc86a6
linux-stable
/
drivers
/
ntb
/
Makefile
3 lines
78 B
Makefile
Raw
Normal View
History
Unescape
Escape
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)
+=
ntb.o hw/
obj-$(CONFIG_NTB_TRANSPORT)
+=
ntb_transport.o
Reference in New Issue
Copy Permalink