mbox series

[v2,0/2] kbuild: cleanup asm-offset generation, and make it work with clang

Message ID 1492755671-19005-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series kbuild: cleanup asm-offset generation, and make it work with clang | expand

Message

Masahiro Yamada April 21, 2017, 6:21 a.m. UTC
1/2 is a trivial cleanup of sed script

2/2 imports clang work-around from U-Boot.


Changes in v2:
  - V1 did not work with LLVM's integrated assembler because
    it uses <tab> instead of <space> around the .ascii string.
    Restore [:space:].

Jeroen Hofstee (1):
  kbuild: fix asm-offset generation to work with clang

Masahiro Yamada (1):
  kbuild: consolidate redundant sed script ASM offset generation

 include/linux/kbuild.h | 6 +++---
 scripts/Makefile.lib   | 9 ++++++---
 2 files changed, 9 insertions(+), 6 deletions(-)

-- 
2.7.4

Comments

Masahiro Yamada April 23, 2017, 7:01 a.m. UTC | #1
2017-04-21 15:21 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> 1/2 is a trivial cleanup of sed script

>

> 2/2 imports clang work-around from U-Boot.



Series, applied to linux-kbuild/kbuild.


-- 
Best Regards
Masahiro Yamada