1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-17 00:00:44 +00:00
Files
meta-ti/recipes-kernel
Fathi Boudra 9bf6cbfcf9 kselftests: fix futex functional tests build
Recursive makefile is broken because it's using the same TARGETS variable
as selftests topdir and prevent to build futex functional tests:
make[2]: Nothing to be done for `all'.

Rename the variable to F_TARGETS in the futex functional tests Makefile.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-21 21:20:44 -04:00
..