Skip to content
  • Sam Ravnborg's avatar
    kbuild: fix building single targets with make O=.. single-target · bc2546a6
    Sam Ravnborg authored
    
    
    This fixes single targets build so it now works relaiably in
    following cases:
    - build with mixed kernel source and output files (make single-target)
    - build with separate output directory (make O=.. single-target)
    - external module with mixed kernel source and output files
      (make M='pwd' single-target)
    - external module with separate kernel source and output files
      (make O=.. M='pwd' single-target)
    
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    bc2546a6