mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-24 02:52:38 +00:00
Initialize ngbe mac/phy type. Check whether the firmware is initialized. Initialize ngbe hw and register netdev. Signed-off-by: Mengyuan Lou <mengyuanlou@net-swift.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
232 B
Makefile
10 lines
232 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2019 - 2022 Beijing WangXun Technology Co., Ltd.
|
|
#
|
|
# Makefile for the Wangxun(R) GbE PCI Express ethernet driver
|
|
#
|
|
|
|
obj-$(CONFIG_NGBE) += ngbe.o
|
|
|
|
ngbe-objs := ngbe_main.o ngbe_hw.o
|