Lines Matching refs:detected
14 $(shell echo -n > .config-detected)
15 detected = $(shell echo "$(1)=y" >> .config-detected) macro
16 detected_var = $(shell echo "$(1)=$($(1))" >> .config-detected)
28 $(call detected,CONFIG_X86)
33 $(call detected,CONFIG_X86_64)
51 $(call detected,CONFIG_PERF_REGS)
274 $(call detected,CONFIG_LIBELF)
295 $(call detected,CONFIG_DWARF)
323 $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
327 $(call detected,CONFIG_LIBUNWIND)
336 $(call detected,CONFIG_DWARF_UNWIND)
365 $(call detected,CONFIG_AUDIT)
382 $(call detected,CONFIG_SLANG)
421 $(call detected,CONFIG_LIBPERL)
480 $(call detected,CONFIG_LIBPYTHON)
538 $(call detected,CONFIG_ZLIB)
548 $(call detected,CONFIG_LZMA)
568 $(call detected,CONFIG_NUMA)
607 $(call detected,CONFIG_LIBBABELTRACE)