Skip to content
  • Karl Vogel's avatar
    sdk: find kernel modules when KDIR is a symlink · ecf104c0
    Karl Vogel authored
    
    
    The find statement would not return any results if the KDIR_BASE pointed to a
    symlink. Ran into this issue due to a custom Kernel/Prepare that was installing
    a symlink to the kernel directory.
    
    The extra slash at the end fixes this scenario and does no harm for targets that
    have a proper KDIR.
    
    Signed-off-by: default avatarKarl Vogel <karl.vogel@gmail.com>
    (cherry picked from commit ae980458)
    ecf104c0