aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/Makefile
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2014-11-28 08:34:26 -0500
committerDavid S. Miller <davem@davemloft.net>2014-12-02 23:01:24 -0500
commit4b8ac9660af07be6f6602b523929793eed314997 (patch)
tree031c8e3a4e2f62c24b797fec76f2f4f7204348e5 /drivers/net/ethernet/Makefile
parent2c3c031c8f8930861815fa1685d7c5e8ccec047c (diff)
rocker: introduce rocker switch driver
This patch introduces the first driver to benefit from the switchdev infrastructure and to implement newly introduced switch ndos. This is a driver for emulated switch chip implemented in qemu: https://github.com/sfeldma/qemu-rocker/ This patch is a result of joint work with Scott Feldman. Signed-off-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: Jiri Pirko <jiri@resnulli.us> Reviewed-by: Thomas Graf <tgraf@suug.ch> Reviewed-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/Makefile')
-rw-r--r--drivers/net/ethernet/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/Makefile b/drivers/net/ethernet/Makefile
index 6e0b629e9859..bf56f8b36e90 100644
--- a/drivers/net/ethernet/Makefile
+++ b/drivers/net/ethernet/Makefile
@@ -65,6 +65,7 @@ obj-$(CONFIG_NET_VENDOR_QUALCOMM) += qualcomm/
65obj-$(CONFIG_NET_VENDOR_REALTEK) += realtek/ 65obj-$(CONFIG_NET_VENDOR_REALTEK) += realtek/
66obj-$(CONFIG_SH_ETH) += renesas/ 66obj-$(CONFIG_SH_ETH) += renesas/
67obj-$(CONFIG_NET_VENDOR_RDC) += rdc/ 67obj-$(CONFIG_NET_VENDOR_RDC) += rdc/
68obj-$(CONFIG_NET_VENDOR_ROCKER) += rocker/
68obj-$(CONFIG_S6GMAC) += s6gmac.o 69obj-$(CONFIG_S6GMAC) += s6gmac.o
69obj-$(CONFIG_NET_VENDOR_SAMSUNG) += samsung/ 70obj-$(CONFIG_NET_VENDOR_SAMSUNG) += samsung/
70obj-$(CONFIG_NET_VENDOR_SEEQ) += seeq/ 71obj-$(CONFIG_NET_VENDOR_SEEQ) += seeq/