mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 12:26:54 +07:00
d07a147f00
No code changes. Since OCTEON is a Cavium product, move the driver to the vendor directory to unclutter things a bit. Signed-off-by: David Daney <david.daney@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
187 B
Makefile
7 lines
187 B
Makefile
#
|
|
# Makefile for the Cavium ethernet device drivers.
|
|
#
|
|
obj-$(CONFIG_NET_VENDOR_CAVIUM) += thunder/
|
|
obj-$(CONFIG_NET_VENDOR_CAVIUM) += liquidio/
|
|
obj-$(CONFIG_NET_VENDOR_CAVIUM) += octeon/
|