lint tests can now describe what they do (for the benefit of
[coreboot.git] / util / lint / lint-001-no-global-config-in-romstage
index 3bb71f809fb519631ebaf065531cdd148382ef72..b48b8b47cfa071c359b2491480bf740a1fa385c6 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# DESCR: Check that no symbols #defined in any romstage.c is used elsewhere
 DEFINES=`grep "#define" src/mainboard/*/*/romstage.c |sed 's,.*#define[\t ]\([^\t ]*\)[\t ].*,\1,' | grep -v "(" | sort -u`
 SCANBUCKET=`mktemp`
 LC_ALL=C export LC_ALL