On Tue, Apr 22, 2025 at 02:34:45PM -0400, Steven Rostedt wrote:
> +++ b/arch/x86/entry/vdso/Makefile
> @@ -47,13 +47,17 @@ quiet_cmd_vdso2c = VDSO2C  $@
>  $(obj)/vdso-image-%.c: $(obj)/vdso%.so.dbg $(obj)/vdso%.so $(obj)/vdso2c 
> FORCE
>       $(call if_changed,vdso2c)
>  
> +ifeq ($(CONFIG_AS_SFRAME),y)
> +  SFRAME_CFLAGS := -Wa$(comma)-gsframe
> +endif
> +

Based on the discussion with Jens on v4, I think the $(comma) can just
be an actual comma here.

-- 
Josh

Reply via email to