mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 18:27:36 +00:00
Add build options and guidance doc. Initialize pci device access for Wangxun Gigabit Ethernet devices. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Mengyuan Lou <mengyuanlou@net-swift.com> Link: https://lore.kernel.org/r/20220826034609.51854-1-mengyuanlou@net-swift.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
10 lines
222 B
Makefile
10 lines
222 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
|