summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/meta/fbnic/Makefile
blob: 9373b558fdc92718f9910c9c03fa6e6f95394057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) Meta Platforms, Inc. and affiliates.

#
# Makefile for the Meta(R) Host Network Interface
#

obj-$(CONFIG_FBNIC) += fbnic.o

fbnic-y := fbnic_devlink.o \
	   fbnic_fw.o \
	   fbnic_irq.o \
	   fbnic_mac.o \
	   fbnic_netdev.o \
	   fbnic_pci.o \
	   fbnic_phylink.o \
	   fbnic_rpc.o \
	   fbnic_tlv.o \
	   fbnic_txrx.o