Message ID | 1492755671-19005-2-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | 7dd47b95b0f54f2057d40af6e66d477e3fe95d13 |
Headers | show |
Series | kbuild: cleanup asm-offset generation, and make it work with clang | expand |
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index e36427a..9c20690 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -415,7 +415,6 @@ cmd_xzmisc = (cat $(filter-out FORCE,$^) | \ # Default sed regexp - multiline due to syntax constraints define sed-offsets "/^->/{s:->#\(.*\):/* \1 */:; \ - s:^->\([^ ]*\) [\$$#]*\([-0-9]*\) \(.*\):#define \1 \2 /* \3 */:; \ s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; \ s:->::; p;}" endef