Re: [PATCH v3] kbuild: use -fmacro-prefix-map for .S sources

2020-11-23 Thread Denys Zagorui -X (dzagorui - GLOBALLOGIC INC at Cisco)
> I fixed the first sentence: > > Follow-up to a73619a845d5 ("kbuild: use -fmacro-prefix-map to make > __FILE__ a relative path") commit. > > to > > Follow-up to commit a73619a845d5 ("kbuild: use -fmacro-prefix-map to > make __FILE__ a relative path"). ok, i see > > Assembler sources also use __F

Re: [PATCH v3] kbuild: use -fmacro-prefix-map for .S sources

2020-11-20 Thread Masahiro Yamada
On Wed, Nov 18, 2020 at 10:04 PM Denys Zagorui -X (dzagorui - GLOBALLOGIC INC at Cisco) wrote: > > > ping > > Any comments on this ? > > Thanks, > Denys > Sorry for the delay. Now applied. I fixed the first sentence: Follow-up to a73619a845d5 ("kbuild: use -fmacro-prefix-map to make __FILE_

Re: [PATCH v3] kbuild: use -fmacro-prefix-map for .S sources

2020-11-18 Thread Denys Zagorui -X (dzagorui - GLOBALLOGIC INC at Cisco)
> ping Any comments on this ? Thanks, Denys

Re: [PATCH v3] kbuild: use -fmacro-prefix-map for .S sources

2020-11-09 Thread Denys Zagorui -X (dzagorui - GLOBALLOGIC INC at Cisco)
> Follow-up to a73619a845d5 ("kbuild: use -fmacro-prefix-map to make > __FILE__ a relative path") commit. Assembler sources also use __FILE__ > macro so this flag should be also apllied to that sources. > > Signed-off-by: Denys Zagorui > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH v3] kbuild: use -fmacro-prefix-map for .S sources

2020-11-02 Thread Denys Zagorui
Follow-up to a73619a845d5 ("kbuild: use -fmacro-prefix-map to make __FILE__ a relative path") commit. Assembler sources also use __FILE__ macro so this flag should be also apllied to that sources. Signed-off-by: Denys Zagorui --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di