Re: [PATCH] kbuild: Consolidate header generation from ASM offset information

2017-04-11 Thread Matthias Kaehlcke
Hi Masahiro, El Wed, Apr 12, 2017 at 09:03:28AM +0900 Masahiro Yamada ha dit: > 2017-04-04 4:37 GMT+09:00 Matthias Kaehlcke : > > Largely redundant code is used in different places to generate C headers > > from offset information extracted from assembly language output. > > Consolidate the code

Re: [PATCH] kbuild: Consolidate header generation from ASM offset information

2017-04-11 Thread Masahiro Yamada
Hi Matthias, 2017-04-04 4:37 GMT+09:00 Matthias Kaehlcke : > Largely redundant code is used in different places to generate C headers > from offset information extracted from assembly language output. > Consolidate the code in a Makefile include and use this instead. > > Signed-off-by: Matthias K