Skip to content
Commit 919aa45e authored by Takashi Iwai's avatar Takashi Iwai Committed by Rusty Russell
Browse files

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 cbdbf2ab, so I removed it -- RR ]

Tested-by: default avatarMichal Marek <mmarek@suse.cz>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Acked-by: default avatarJames Hogan <james.hogan@imgtec.com>
parent 82fab442
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment