aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2021-01-02 17:13:12 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2021-01-13 11:33:07 +0000
commitf94495154d7b8c15c8e207f76afecbe7d0aac53e (patch)
tree7fb24a508096d3957b2a32a90228c25adbec6539
parenta16e8ba455c901c9656eebf9f7c06d3dc5844e6b (diff)
downloadriscv-openocd-f94495154d7b8c15c8e207f76afecbe7d0aac53e.zip
riscv-openocd-f94495154d7b8c15c8e207f76afecbe7d0aac53e.tar.gz
riscv-openocd-f94495154d7b8c15c8e207f76afecbe7d0aac53e.tar.bz2
Doxyfile.in: fix build out-of-tree
When doxygen is built out-of-tree, it fails to find the generated file startup_tcl.inc: src/openocd.c:59: warning: include file startup_tcl.inc not found, perhaps you forgot to add its directory to INCLUDE_PATH? Add '@builddir@/src' to INCLUDE_PATH. Change-Id: I51f2f6fe7224bba0f8b3db7219f9831de4e67139 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5998 Tested-by: jenkins
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 6e68b4e..55ed7f0 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -1234,7 +1234,7 @@ SEARCH_INCLUDES = YES
# contain include files that are not input files but should be processed by
# the preprocessor.
-INCLUDE_PATH =
+INCLUDE_PATH = @builddir@/src
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the