Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A DMakefile36 elfshdr := $(shell echo '$(pound)include <libelf.h>' | $(CC) $(CFLAGS) -x c -E - | grep elf_getshdr) macro
37 CFLAGS += $(if $(elfshdr),,-DLIBELF_USE_DEPRECATED)