Skip to content
  • Sam Ravnborg's avatar
    kbuild: fix O=... build of um · ea35455e
    Sam Ravnborg authored
    
    
    We used include/asm-$ARCH/system.h to check if
    we should create a symlink in include2 directory with
    make O=... builds.
    But um does not have such a file thus build filed.
    
    Let's try anohter filename:
    $ ls -d include/asm-* | wc -l
    21
    $ ls -d include/asm-*/errno.h | wc -l
    21
    
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    Cc: Jeff Dike <jdike@addtoit.com>
    ea35455e