X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Kbuild;fp=Kbuild;h=399593942a9b22fce5d9c501a7e60c9b88920f73;hp=e3737ad72b5a7ab8ad916b5b6b2725eaf89122a1;hb=3234282f33b29d349bcada40204fc7c8fda7fe72;hpb=d0ed0c32662e756e7daf85e70a5a27a9c1111331 diff --git a/Kbuild b/Kbuild index e3737ad72b5a..399593942a9b 100644 --- a/Kbuild +++ b/Kbuild @@ -53,7 +53,7 @@ targets += arch/$(SRCARCH)/kernel/asm-offsets.s # Default sed regexp - multiline due to syntax constraints define sed-y "/^->/{s:->#\(.*\):/* \1 */:; \ - s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; \ + s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 (\2) /* \3 */:; \ s:->::; p;}" endef