On Sun, Nov 27, 2022 at 1:02 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote: > Please come back after your patch is applied > (and please have the patch include the commit hash > causing the behaviour change) Will do > BTW, the GNU Make manual suggests $(word 1) instead of $(firstword). > Is it for the purpose of backward compatibility for older > Make versions? Paul chose $(word 1) for this example. i am not sure if there was any specific reason. $(firstword) would do the same. > The kernel build only supports Make>=3.82, and I personally prefer > $(firstword). 3.82 had firstword. Will replace $(word 1) with $(firstword). regards, Dmitry