summaryrefslogtreecommitdiff
path: root/nuttx/tools/Makefile.host
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/tools/Makefile.host')
-rw-r--r--nuttx/tools/Makefile.host9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/tools/Makefile.host b/nuttx/tools/Makefile.host
index 998d38916..738e66ca1 100644
--- a/nuttx/tools/Makefile.host
+++ b/nuttx/tools/Makefile.host
@@ -107,6 +107,15 @@ ifdef HOSTEXEEXT
cmpconfig: cmpconfig$(HOSTEXEEXT)
endif
+# kconfig2html - Create an HTML document describing the configuration options
+
+kconfig2html$(HOSTEXEEXT): kconfig2html.c
+ $(Q) $(HOSTCC) $(HOSTCFLAGS) -o kconfig2html$(HOSTEXEEXT) kconfig2html.c
+
+ifdef HOSTEXEEXT
+kconfig2html: kconfig2html$(HOSTEXEEXT)
+endif
+
# mkversion - Convert a .version file into a C version.h file
mkversion$(HOSTEXEEXT): mkconfig.c cfgdefine.c