brintos

brintos / linux-shallow public Read only

0
0
Text · 417 B · ed4533a Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Copyright (c) Meta Platforms, Inc. and affiliates.3 4#5# Makefile for the Meta(R) Host Network Interface6#7 8obj-$(CONFIG_FBNIC) += fbnic.o9 10fbnic-y := fbnic_devlink.o \11	   fbnic_ethtool.o \12	   fbnic_fw.o \13	   fbnic_hw_stats.o \14	   fbnic_irq.o \15	   fbnic_mac.o \16	   fbnic_netdev.o \17	   fbnic_pci.o \18	   fbnic_phylink.o \19	   fbnic_rpc.o \20	   fbnic_tlv.o \21	   fbnic_txrx.o22