Makefile (bc6107771bb4be3009168cfda24d22131c026fe8) | Makefile (69684376eed517817251ea6a768cfc315350d5c1) |
---|---|
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_fw.o \ 12 fbnic_irq.o \ 13 fbnic_mac.o \ 14 fbnic_netdev.o \ 15 fbnic_pci.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_fw.o \ 12 fbnic_irq.o \ 13 fbnic_mac.o \ 14 fbnic_netdev.o \ 15 fbnic_pci.o \ |
16 fbnic_phylink.o \ |
|
16 fbnic_tlv.o \ 17 fbnic_txrx.o | 17 fbnic_tlv.o \ 18 fbnic_txrx.o |