sdk: find kernel modules when KDIR is a symlink
authorKarl Vogel <karl.vogel@gmail.com>
Thu, 29 Nov 2018 08:07:21 +0000 (09:07 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 29 Nov 2018 10:36:58 +0000 (11:36 +0100)
commitcc8e8750397b721438e312d492433014d46b3a0c
tree205937a26586cda6066f4ca2c92dd0fcc58385ec
parenta8b292afe6d2a9ff2186a98df6d4ab0eb47fcba7
sdk: find kernel modules when KDIR is a symlink

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: Karl Vogel <karl.vogel@gmail.com>
(cherry picked from commit ae980458abf8299d614f4b34add32e18d054378d)
target/sdk/Makefile