brintos

brintos / linux-shallow public Read only

0
0
Text · 290 B · 6d13147 Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for APM X-Gene Ethernet Driver.4#5 6xgene-enet-objs := xgene_enet_hw.o xgene_enet_sgmac.o xgene_enet_xgmac.o \7		   xgene_enet_main.o xgene_enet_ring2.o xgene_enet_ethtool.o \8		   xgene_enet_cle.o9obj-$(CONFIG_NET_XGENE) += xgene-enet.o10