about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/update_html b/tools/update_html
index b75a6a9e..e53bf459 100755
--- a/tools/update_html
+++ b/tools/update_html
@@ -108,4 +108,13 @@ do
   process $f
 done
 
+for f in baremetal/*/*.mu
+do
+  test $# -gt 0  &&  test $1 != $f  &&  continue
+  ( cd baremetal
+    ctags -R -x [0-9]*.subx [0-9]*.mu $(basename $(dirname $f)) > /tmp/tags
+  )
+  process $f
+done
+
 rm /tmp/tags