Skip to content
  • Linus Torvalds's avatar
    Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild · 2162b80f
    Linus Torvalds authored
    Pull kbuild updates from Michal Marek:
    
     - make dtbs_install fix
    
     - Error handling fix fixdep and link-vmlinux.sh
    
     - __UNIQUE_ID fix for clang
    
     - Fix for if_changed_* to suppress the "is up to date." message
    
     - The kernel is built with -Werror=incompatible-pointer-types
    
    * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
      kbuild: Add option to turn incompatible pointer check into error
      kbuild: suppress annoying "... is up to date." message
      kbuild: fixdep: Check fstat(2) return value
      scripts/link-vmlinux.sh: force error on kallsyms failure
      Kbuild: provide a __UNIQUE_ID for clang
      dtbsinstall: don't move target directory out of the way
    2162b80f