aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/Makefile
diff options
context:
space:
mode:
authorCatherine Sullivan <csully@google.com>2019-07-01 15:57:52 -0700
committerDavid S. Miller <davem@davemloft.net>2019-07-01 19:36:35 -0700
commit893ce44df56580fb878ca5af9c4a5fd87567da50 (patch)
tree8af9c127d158a9ea04e54b309a27ae5e299ead38 /drivers/net/ethernet/google/Makefile
parentMerge branch 'blackhole-device-to-invalidate-dst' (diff)
downloadlinux-dev-893ce44df56580fb878ca5af9c4a5fd87567da50.tar.xz
linux-dev-893ce44df56580fb878ca5af9c4a5fd87567da50.zip
gve: Add basic driver framework for Compute Engine Virtual NIC
Add a driver framework for the Compute Engine Virtual NIC that will be available in the future. At this point the only functionality is loading the driver. Signed-off-by: Catherine Sullivan <csully@google.com> Signed-off-by: Sagi Shahar <sagis@google.com> Signed-off-by: Jon Olson <jonolson@google.com> Acked-by: Willem de Bruijn <willemb@google.com> Reviewed-by: Luigi Rizzo <lrizzo@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/google/Makefile')
-rw-r--r--drivers/net/ethernet/google/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/ethernet/google/Makefile b/drivers/net/ethernet/google/Makefile
new file mode 100644
index 000000000000..402cc3ba1639
--- /dev/null
+++ b/drivers/net/ethernet/google/Makefile
@@ -0,0 +1,5 @@
+#
+# Makefile for the Google network device drivers.
+#
+
+obj-$(CONFIG_GVE) += gve/