mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 15:13:55 +08: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/
|