Home
last modified time | relevance | path

Searched hist:f235541699bcf14fb8be797c6bc1d7106df0eb64 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dexport.hf235541699bcf14fb8be797c6bc1d7106df0eb64 Fri Jan 22 00:32:26 CST 2016 Nicolas Pitre <nicolas.pitre@linaro.org> export.h: allow for per-symbol configurable EXPORT_SYMBOL()

Similar to include/generated/autoconf.h, include/generated/autoksyms.h
will contain a list of defines for each EXPORT_SYMBOL() that we want
active. The format is:

#define __KSYM_<symbol_name> 1

This list will be auto-generated with another patch. For now we only
include the preprocessor magic to automatically create or omit the
corresponding struct kernel_symbol declaration.

Given the content of include/generated/autoksyms.h may not be known in
advance, an empty file is created early on to let the build proceed.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
/openbmc/linux/
H A DMakefilef235541699bcf14fb8be797c6bc1d7106df0eb64 Fri Jan 22 00:32:26 CST 2016 Nicolas Pitre <nicolas.pitre@linaro.org> export.h: allow for per-symbol configurable EXPORT_SYMBOL()

Similar to include/generated/autoconf.h, include/generated/autoksyms.h
will contain a list of defines for each EXPORT_SYMBOL() that we want
active. The format is:

#define __KSYM_<symbol_name> 1

This list will be auto-generated with another patch. For now we only
include the preprocessor magic to automatically create or omit the
corresponding struct kernel_symbol declaration.

Given the content of include/generated/autoksyms.h may not be known in
advance, an empty file is created early on to let the build proceed.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>