summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefile b/makefile
index dcb3848e7..2493f2273 100644
--- a/makefile
+++ b/makefile
@@ -1,3 +1,10 @@
SUBDIRS = src.d
+ROOTPATH = .
+
+EXTRA_PARTS = cscope
include ./config.mk
+
+docs: src/build/doxygen/doxygen.conf
+ rm -rf obj/doxygen/*
+ doxygen src/build/doxygen/doxygen.conf
OpenPOWER on IntegriCloud