projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e07e36
)
eth: fbnic: re-sort the objects in the Makefile
author
Jakub Kicinski
<kuba@kernel.org>
Tue, 11 Feb 2025 18:13:56 +0000
(10:13 -0800)
committer
Jakub 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ethernet/meta/fbnic/Makefile
b/drivers/net/ethernet/meta/fbnic/Makefile
index 239b2258ec6586552884007ff8ba0cdbfc9e03f9..0dbc634adb4b8152e8e359968ad1d2d59fc98d69 100644
(file)
--- 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