22 lines
417 B
Makefile
22 lines
417 B
Makefile
# 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_ethtool.o \
|
|
fbnic_fw.o \
|
|
fbnic_hw_stats.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
|