summaryrefslogtreecommitdiff
path: root/build_tools/get_moduleinfo
blob: e4e72bbc42e7434c53aa1c0e355fbb525520159c (plain)
1
2
3
4
/\/\*\*\* +MODULEINFO/ {printit=1; next}
/<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
/\*\*\*\// {printit=0}
/.*/ {if (printit) print}