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