Makefile (b88132ceb3faccdd785809df75f9d490ebaab459) Makefile (ad8e66a4d963ce3936eb6dc92c3be41ee92f3350)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (c) Meta Platforms, Inc. and affiliates.
3
4#
5# Makefile for the Meta(R) Host Network Interface
6#
7
8obj-$(CONFIG_FBNIC) += fbnic.o

--- 4 unchanged lines hidden (view full) ---

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 \
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (c) Meta Platforms, Inc. and affiliates.
3
4#
5# Makefile for the Meta(R) Host Network Interface
6#
7
8obj-$(CONFIG_FBNIC) += fbnic.o

--- 4 unchanged lines hidden (view full) ---

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.o
21 fbnic_txrx.o \
22 fbnic_time.o