Home
last modified time | relevance | path

Searched refs:HAVE_SPHINX (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/Documentation/
H A DMakefile34 HAVE_SPHINX := $(shell if which $(SPHINXBUILD) >/dev/null 2>&1; then echo 1; else echo 0; fi) macro
36 ifeq ($(HAVE_SPHINX),0)
44 else # HAVE_SPHINX
126 endif # HAVE_SPHINX
128 # The following targets are independent of HAVE_SPHINX, and the rules should
/kernel/linux/linux-6.6/Documentation/
H A DMakefile36 HAVE_SPHINX := $(shell if which $(SPHINXBUILD) >/dev/null 2>&1; then echo 1; else echo 0; fi) macro
38 ifeq ($(HAVE_SPHINX),0)
46 else # HAVE_SPHINX
156 endif # HAVE_SPHINX
158 # The following targets are independent of HAVE_SPHINX, and the rules should

Completed in 1 milliseconds