From: Jakub Kicinski Date: Tue, 11 Feb 2025 18:13:56 +0000 (-0800) Subject: eth: fbnic: re-sort the objects in the Makefile X-Git-Tag: v6.15-rc1~160^2~339^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ec023282a9d9487d5f80fd785b0c2e80a40ba43;p=thirdparty%2Fkernel%2Flinux.git eth: fbnic: re-sort the objects in the Makefile Looks like recent commit broke the sort order, fix it. Acked-by: Joe Damato Reviewed-by: Alexander Lobakin Link: https://patch.msgid.link/20250211181356.580800-6-kuba@kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/meta/fbnic/Makefile b/drivers/net/ethernet/meta/fbnic/Makefile index 239b2258ec658..0dbc634adb4b8 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