]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
eth: fbnic: re-sort the objects in the Makefile
authorJakub Kicinski <kuba@kernel.org>
Tue, 11 Feb 2025 18:13:56 +0000 (10:13 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 13 Feb 2025 00:39:30 +0000 (16:39 -0800)
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>
drivers/net/ethernet/meta/fbnic/Makefile

index 239b2258ec6586552884007ff8ba0cdbfc9e03f9..0dbc634adb4b8152e8e359968ad1d2d59fc98d69 100644 (file)
@@ -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