xref: /linux/drivers/net/ethernet/google/gve/Makefile (revision 8b87f67b4c87452e21721887fa8dec1f4c6b2b7c)
1# Makefile for the Google virtual Ethernet (gve) driver
2
3obj-$(CONFIG_GVE) += gve.o
4gve-y := gve_main.o gve_tx.o gve_tx_dqo.o gve_rx.o gve_rx_dqo.o gve_ethtool.o gve_adminq.o gve_utils.o gve_flow_rule.o \
5	    gve_buffer_mgmt_dqo.o
6
7gve-$(CONFIG_PTP_1588_CLOCK) += gve_ptp.o
8