Skip to content
  • Sam Ravnborg's avatar
    kbuild: fix genksyms build error · c79c7b09
    Sam Ravnborg authored
    
    
    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: default avatarSam Ravnborg <sam@ravnborg.org>
    c79c7b09