From: Takashi Iwai Date: Tue, 11 Dec 2012 01:07:13 +0000 (+1030) Subject: MODSIGN: Avoid using .incbin in C source X-Git-Tag: v3.8-rc1~51^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=919aa45e43a84d40c27c83f6117cfa6542cee14e;p=pandora-kernel.git MODSIGN: Avoid using .incbin in C source Using the asm .incbin statement in C sources breaks any gcc wrapper which assumes that preprocessed C source is self-contained. Use a separate .S file to include the siging key and certificate. [ This means we no longer need SYMBOL_PREFIX which is defined in kernel.h from cbdbf2abb7844548a7d7a6a2ae7af6b6fbcea401, so I removed it -- RR ] Tested-by: Michal Marek Signed-off-by: Takashi Iwai Signed-off-by: Rusty Russell Acked-by: James Hogan --- Reading git-diff-tree failed