mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
8 lines
202 B
Makefile
8 lines
202 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for APM X-Gene Ethernet v2 driver
|
|
#
|
|
|
|
xgene-enet-v2-objs := main.o mac.o enet.o ring.o mdio.o ethtool.o
|
|
obj-$(CONFIG_NET_XGENE_V2) += xgene-enet-v2.o
|