X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Kbuild;h=ef97787bf45945ee22803325a641d13b9c4468d9;hb=d237a46a984763dc974c68b8165f76d56d010c59;hp=6e1698c5bf63aba67cf8bb6a02dfd23432f94c57;hpb=254d68b6011c33af189d006243920c296592fca7;p=karo-tx-uboot.git diff --git a/Kbuild b/Kbuild index 6e1698c5bf..ef97787bf4 100644 --- a/Kbuild +++ b/Kbuild @@ -53,7 +53,8 @@ targets += arch/$(ARCH)/lib/asm-offsets.s # Default sed regexp - multiline due to syntax constraints define sed-y - "/^->/{s:->#\(.*\):/* \1 */:; \ + "s:[[:space:]]*\.ascii[[:space:]]*\"\(.*\)\":\1:; \ + /^->/{s:->#\(.*\):/* \1 */:; \ s:^->\([^ ]*\) [\$$#]*\([-0-9]*\) \(.*\):#define \1 \2 /* \3 */:; \ s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; \ s:->::; p;}"