Home
last modified time | relevance | path

Searched refs:LIBELF_LIBS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/objtool/
H A DMakefile22 LIBELF_LIBS := $(shell $(HOSTPKG_CONFIG) libelf --libs 2>/dev/null || echo -lelf) macro
36 OBJTOOL_LDFLAGS := $(LIBELF_LIBS) $(LIBSUBCMD) $(KBUILD_HOSTLDFLAGS)
/openbmc/linux/tools/bpf/resolve_btfids/
H A DMakefile68 LIBELF_LIBS := $(shell $(HOSTPKG_CONFIG) libelf --libs 2>/dev/null || echo -lelf) macro
77 LIBS = $(LIBELF_LIBS) -lz
/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/files/
H A D0003-Makefile.am-do-not-update-manual.patch26 @@ -52,36 +52,6 @@ sepdebugcrcfix_LDADD = @LIBELF_LIBS@