summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 74bc17f..d74b64b 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -437,6 +437,12 @@ ifeq ($(COMPONENT_TYPE),lib-shared)
endif
################################################################################
+# Documentation defaults
+################################################################################
+
+DOXYCONF ?= docs/Doxyfile
+
+################################################################################
# Package config macros
################################################################################