mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-18 22:35:09 +02:00
5 lines
152 B
Makefile
5 lines
152 B
Makefile
# Makefile for the Google virtual Ethernet (gve) driver
|
|
|
|
obj-$(CONFIG_GVE) += gve.o
|
|
gve-objs := gve_main.o gve_tx.o gve_rx.o gve_ethtool.o gve_adminq.o
|