Makefile (3646153161f1052972d9d2062d8c27b0e30c89f8) | Makefile (c6203e678cc9a5bf01ec7ae382851f504870777f) |
---|---|
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_irq.o \ 12 fbnic_mac.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_irq.o \ 12 fbnic_mac.o \ |
13 fbnic_pci.o | 13 fbnic_pci.o \ 14 fbnic_tlv.o |