tmp_suning_uos_patched/tools/lib/lockdep
Eunbong Song d1e40e5926 tools/liblockdep: Fix linker error in case of cross compile
If we try to cross compile liblockdep, even if we set the CROSS_COMPILE variable
the linker error can occur because LD is not set with CROSS_COMPILE.
This patch adds "LD" can be set automatically with CROSS_COMPILE variable so
fixes linker error problem.

Signed-off-by: Eunbong Song <eunb.song@samsung.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
2015-05-13 06:09:09 -04:00
..
include/liblockdep
tests
uinclude
.gitignore
Build tools lib lockdep: Use tools build framework 2015-02-12 17:56:01 -03:00
common.c
lockdep
lockdep_internals.h
lockdep_states.h
lockdep.c
Makefile tools/liblockdep: Fix linker error in case of cross compile 2015-05-13 06:09:09 -04:00
preload.c
rbtree.c
run_tests.sh