repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
drivers
/
net
/
ethernet
/
meta
/
fbnic
/
Makefile
blob
239b2258ec6586552884007ff8ba0cdbfc9e03f9
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
8
obj-
$(
CONFIG_FBNIC
) +=
fbnic.o
9
10
fbnic-y
:=
fbnic_csr.o \
11
fbnic_debugfs.o \
12
fbnic_devlink.o \
13
fbnic_ethtool.o \
14
fbnic_fw.o \
15
fbnic_hw_stats.o \
16
fbnic_hwmon.o \
17
fbnic_irq.o \
18
fbnic_mac.o \
19
fbnic_netdev.o \
20
fbnic_pci.o \
21
fbnic_phylink.o \
22
fbnic_rpc.o \
23
fbnic_tlv.o \
24
fbnic_txrx.o \
25
fbnic_time.o