From: Atsushi Nemoto Changes to Makefile.kbuild ("kbuild: add -fverbose-asm to i386 Makefile") breaks asm-offset.h file on MIPS. Other archs possibly suffer this change too but I'm not sure. Here is a fix just for MIPS. Signed-off-by: Atsushi Nemoto Cc: Sam Ravnborg Cc: Ralf Baechle Signed-off-by: Andrew Morton --- Kbuild | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN Kbuild~fix-sed-regexp-to-generate-asm-offseth Kbuild --- Kbuild~fix-sed-regexp-to-generate-asm-offseth Mon Mar 27 16:07:56 2006 +++ 25-akpm/Kbuild Mon Mar 27 16:07:56 2006 @@ -18,7 +18,7 @@ define sed-y "/^->/{s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; s:->::; p;}" endef # Override default regexp for specific architectures -sed-$(CONFIG_MIPS) := "/^@@@/s///p" +sed-$(CONFIG_MIPS) := "/^@@@/{s/^@@@//; s/ \#.*\$$//; p;}" quiet_cmd_offsets = GEN $@ define cmd_offsets _