diff options
author | Luke Yang <luke.adi@gmail.com> | 2006-03-02 05:35:31 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-03-08 12:33:16 -0500 |
commit | f7b05e64bdb2fcc4b2dc94a4bd9426adc70c9599 (patch) | |
tree | 04becffd433c54a0f5a94c32ee7f23d40aff251b /scripts/package/Makefile | |
parent | 4f1933620f57145212cdbb1ac6ce099eeeb21c5a (diff) |
kbuild: Fix bug in crc symbol generating of kernel and modules
The scripts/genksyms/genksyms.c uses hardcoded "__crc_" prefix for
crc symbols in kernel and modules. The prefix should be replaced by
"MODULE_SYMBOL_PREFIX##__crc_" otherwise there will be warnings when
MODULE_SYMBOL_PREFIX is not NULL.
I am sorry my last patch for this issue is actually wrong. I revert
it in this patch.
Signed-off-by: Luke Yang <luke.adi@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/package/Makefile')
0 files changed, 0 insertions, 0 deletions