mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-16 03:59:21 +00: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
|