This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-22 12:46:41 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
98dd1edffc
linux_dsm_epyc7002
/
drivers
/
net
/
ethernet
/
netronome
/
Makefile
6 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
net: add driver for Netronome NFP4000/NFP6000 NIC VFs Add driver for Virtual Functions for the Netronome's NFP-4000 and NFP-6000 based NICs. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Rolf Neugebauer <rolf.neugebauer@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2015-12-01 21:55:22 +07:00
#
# Makefile for the Netronome network device drivers
#
nfp: rename the driver and add new main file Support for the PF driver is about to be added and will share much of the code. When the VF driver was added we planned to maintain the PF driver as a separate module but have decided that for our simple use case just maintaining a single module is more reasonable. Rename the driver to just "nfp" and update the Kconfig. While at it remove latent references to NFP3200. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2017-02-10 00:17:28 +07:00
obj-$(CONFIG_NFP)
+=
nfp/
Reference in New Issue
Copy Permalink