Le 31/08/2024 à 09:10, Huacai Chen a écrit :
[Vous ne recevez pas souvent de courriers de chenhuacai@xxxxxxxxxx. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ]
On Sat, Aug 31, 2024 at 2:40 PM Xi Ruoyao <xry111@xxxxxxxxxxx> wrote:
On Thu, 2024-08-29 at 21:18 +0800, Huacai Chen wrote:
-obj-vdso-y := elf.o vgetcpu.o vgettimeofday.o sigreturn.o
+obj-vdso-y := elf.o vgetcpu.o vgettimeofday.o sigreturn.o vgetrandom.o \
+ vgetrandom-chacha.o
Huacai: do you prefer to remove this line break as well, or Makefile
still has a line width limit?
Also no limit, but Makefile is more or less different because there is
no "statement" and doesn't affect our understanding.
So, line break is fine here (but for my own preference I like to keep
sigreturn.o at last).
To avoid line break you can leave the first line unmodified and add:
obj-vdso-y += vgetrandom.o vgetrandom-chacha.o
Christophe