Re: [net-next PATCH v11 4/9] net: dsa: realtek: rtl8365mb: prepare for multiple source files

From: Jakub Kicinski

Date: Wed Jun 03 2026 - 20:58:37 EST


On Sun, 31 May 2026 23:53:19 -0300 Luiz Angelo Daros de Luca wrote:
> The trailing backslash in the Makefile is deliberate. It allows for new
> files to be added without clobbering git history.

FWIW maybe just my personal preference but I'd add a trailing comment
for this, IOW:

rtl8365mb-objs := rtl8365mb_main.o \
# end of rtl8365mb-objs

This way it's less likely someone will add a line here without
realizing it will become part of the previous statement.