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)
committerKarl Vogel <karl.vogel@gmail.com>
Thu, 29 Nov 2018 08:36:14 +0000 (09:36 +0100)
commitae980458abf8299d614f4b34add32e18d054378d
tree6800afd8248fa67c0a057299c69d5749def0ae92
parent8ba6e95eed4676aa38cb367d2ecbf6e09270d2cb
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>
target/sdk/Makefile