aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2025-02-11 10:13:56 -0800
committerJakub Kicinski <kuba@kernel.org>2025-02-12 16:39:30 -0800
commit0ec023282a9d9487d5f80fd785b0c2e80a40ba43 (patch)
treeca02d51e813c4393b34e8998914bf252b95df334
parenteth: fbnic: report software Tx queue stats (diff)
downloadwireguard-linux-0ec023282a9d9487d5f80fd785b0c2e80a40ba43.tar.xz
wireguard-linux-0ec023282a9d9487d5f80fd785b0c2e80a40ba43.zip
eth: fbnic: re-sort the objects in the Makefile
Looks like recent commit broke the sort order, fix it. Acked-by: Joe Damato <jdamato@fastly.com> Reviewed-by: Alexander Lobakin <aleksander.lobakin@intel.com> Link: https://patch.msgid.link/20250211181356.580800-6-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--drivers/net/ethernet/meta/fbnic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/meta/fbnic/Makefile b/drivers/net/ethernet/meta/fbnic/Makefile
index 239b2258ec65..0dbc634adb4b 100644
--- a/drivers/net/ethernet/meta/fbnic/Makefile
+++ b/drivers/net/ethernet/meta/fbnic/Makefile
@@ -20,6 +20,7 @@ fbnic-y := fbnic_csr.o \
fbnic_pci.o \
fbnic_phylink.o \
fbnic_rpc.o \
+ fbnic_time.o \
fbnic_tlv.o \
fbnic_txrx.o \
- fbnic_time.o
+# End of objects