summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index cb5d58e..4c66864 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -731,7 +731,7 @@ doxygen:
echo "You need doxygen (devel/doxygen) to generate the API documentation of the kernel." | /usr/bin/fmt; \
exit 1; \
fi
- cd ${.CURDIR}/sys/doc/subsys && ${MAKE} obj all
+ cd ${.CURDIR}/tools/kerneldoc/subsys && ${MAKE} obj all
#
# update
OpenPOWER on IntegriCloud