Home
last modified time | relevance | path

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

/linux/tools/power/cpupower/bindings/python/
H A DMakefile9 HAVE_PYCONFIG := $(shell if which python-config >/dev/null 2>&1; then echo 1; else echo 0; fi) macro
26 else ifeq ($(HAVE_PYCONFIG),0)