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:37:04 +0000 (11:37 +0100)
commitecf104c023b82a364e8e41b4e26312a8601cffc6
treecf72288b177e1a4ad9e214f949083478c40504f4
parent6cf22507fd6ccfa2f1006e91d7f060301a3b78f5
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