Re: [PATCH 2/3] MODSIGN: Avoid using .incbin in C source

From: Michal Marek
Date: Wed Dec 05 2012 - 05:54:15 EST


Dne 5.12.2012 11:30, David Howells napsal(a):
> Takashi Iwai <tiwai@xxxxxxx> wrote:
>
>> +#ifndef SYMBOL_PREFIX
>
> This comes via the command line?

Yes, see scripts/Makefile.lib:

ifdef CONFIG_SYMBOL_PREFIX
_sym_flags = -DSYMBOL_PREFIX=$(patsubst "%",%,$(CONFIG_SYMBOL_PREFIX))
_cpp_flags += $(_sym_flags)
_a_flags += $(_sym_flags)
endif

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/