Makefile (546dd90be97913c775b5bcd20b665f4ff5df9cd4) | Makefile (1a9d48892ea5bf27f359f40d96511acc3eecea58) |
---|---|
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 | 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_pci.o | 10fbnic-y := fbnic_devlink.o \ 11 fbnic_irq.o \ 12 fbnic_pci.o |