• Kai Germaschewski's avatar
    kbuild: Fix extracting of CONFIG_ references · f85cd0e8
    Kai Germaschewski authored
    by Sam Ravnborg:
    
    fixdep, when adding dependencies to config entires fails to take into account
    the last part of a config entry, if it contains more than one underscore.
    Example:
    CONFIG_PROC_FS generates
    $(wildcard include/config/proc.h)
    but should generate
    $(wildcard include/config/proc/fs.h)
    
    Attached patch fixes this.
    f85cd0e8
fixdep.c 8.8 KB