brintos

brintos / linux-shallow public Read only

0
0
Text · 306 B · 62162ed Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Network driver for Marvell's Octeon PCI Endpoint NIC4#5 6obj-$(CONFIG_OCTEON_EP) += octeon_ep.o7 8octeon_ep-y := octep_main.o octep_cn9k_pf.o octep_tx.o octep_rx.o \9	       octep_ethtool.o octep_ctrl_mbox.o octep_ctrl_net.o \10	       octep_pfvf_mbox.o octep_cnxk_pf.o11