brintos

brintos / linux-shallow public Read only

0
0
Text · 259 B · 61a13d9 Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Copyright (c) 2019 - 2022 Beijing WangXun Technology Co., Ltd.3#4# Makefile for the Wangxun(R) GbE PCI Express ethernet driver5#6 7obj-$(CONFIG_NGBE) += ngbe.o8 9ngbe-objs := ngbe_main.o ngbe_hw.o ngbe_mdio.o ngbe_ethtool.o10