1# Makefile for the Google virtual Ethernet (gve) driver 2 3obj-$(CONFIG_GVE) += gve.o 4gve-objs := gve_main.o gve_tx.o gve_rx.o gve_adminq.o 5