• S
    kbuild: fix genksyms build error · c79c7b09
    Sam Ravnborg 提交于
    genksyms needs to know when a symbol must have a "_" prefex as is
    true for a few architectures.
    Pass $(ARCH) as commandline argument and hardcode what architectures that
    needs this info.
    Previous attemt to take it from elfconfig.h was br0ken since elfconfig.h
    is a generated file.
    Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
    c79c7b09
Makefile.build 10.0 KB