kbuild: mips: fix sed regexp to generate asm-offset.h
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Mon, 27 Mar 2006 15:18:54 +0000 (00:18 +0900)
committerSam Ravnborg <sam@mars.ravnborg.org>
Wed, 5 Apr 2006 10:59:36 +0000 (12:59 +0200)
commit0947640f4388de50a39f762748b08e586a482527
treeafbabdfed5d1b2fe1f34af579ae014498ea4b070
parentbc2546a67975a7bddc72f8c48b0bb2081b56f853
kbuild: mips: fix sed regexp to generate asm-offset.h

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 <anemo@mba.ocn.ne.jp>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Kbuild