mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-21 06:35:53 +00:00
10 lines
262 B
Makefile
10 lines
262 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Network driver for Marvell's Octeon PCI Endpoint NIC
|
|
#
|
|
|
|
obj-$(CONFIG_OCTEON_EP) += octeon_ep.o
|
|
|
|
octeon_ep-y := octep_main.o octep_cn9k_pf.o octep_tx.o octep_rx.o \
|
|
octep_ethtool.o octep_ctrl_mbox.o octep_ctrl_net.o
|