Makefile (a1ff5a7d78a036d6c2178ee5acd6ba4946243800) | Makefile (bd2557a554a0d61c81ef0c1aee2c16d02e225770) |
---|---|
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 9 10fbnic-y := fbnic_devlink.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 9 10fbnic-y := fbnic_devlink.o \ |
11 fbnic_ethtool.o \ |
|
11 fbnic_fw.o \ 12 fbnic_irq.o \ 13 fbnic_mac.o \ 14 fbnic_netdev.o \ 15 fbnic_pci.o \ 16 fbnic_phylink.o \ 17 fbnic_rpc.o \ 18 fbnic_tlv.o \ 19 fbnic_txrx.o | 12 fbnic_fw.o \ 13 fbnic_irq.o \ 14 fbnic_mac.o \ 15 fbnic_netdev.o \ 16 fbnic_pci.o \ 17 fbnic_phylink.o \ 18 fbnic_rpc.o \ 19 fbnic_tlv.o \ 20 fbnic_txrx.o |