From: Ben Hutchings Date: Fri, 25 Sep 2015 21:36:29 +0100 Subject: tools/lib/lockdep: Use LDFLAGS Signed-off-by: Ben Hutchings --- --- a/tools/lib/lockdep/Makefile +++ b/tools/lib/lockdep/Makefile @@ -98,7 +98,7 @@ build := -f $(srctree)/tools/build/Makef do_compile_shared_library = \ ($(print_shared_lib_compile) \ - $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='$(@F)';$(shell ln -s $(@F) $(@D)/liblockdep.so)) + $(CC) $(LDFLAGS) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='$(@F)';$(shell ln -s $(@F) $(@D)/liblockdep.so)) do_build_static_lib = \ ($(print_static_lib_build) \