HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/src/linux-headers-6.17.0-1009-aws/drivers/net/ethernet/meta/fbnic/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_csr.o \
	   fbnic_debugfs.o \
	   fbnic_devlink.o \
	   fbnic_ethtool.o \
	   fbnic_fw.o \
	   fbnic_fw_log.o \
	   fbnic_hw_stats.o \
	   fbnic_hwmon.o \
	   fbnic_irq.o \
	   fbnic_mac.o \
	   fbnic_netdev.o \
	   fbnic_pci.o \
	   fbnic_phylink.o \
	   fbnic_rpc.o \
	   fbnic_time.o \
	   fbnic_tlv.o \
	   fbnic_txrx.o \
# End of objects