forked from Minki/linux
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/
|