Skip to content
Commit f7b05e64 authored by Luke Yang's avatar Luke Yang Committed by Sam Ravnborg
Browse files

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: default avatarLuke Yang <luke.adi@gmail.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 4f193362
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment