commit | ccd15df510162687c904dad90c8ab165d0070c95 | [log] [tgz] |
---|---|---|
author | Corey Wharton <coreyw7@fb.com> | Sat Feb 29 14:51:42 2020 -0800 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Mar 11 17:13:39 2020 +0200 |
tree | e2c80e53fdebcb2381ca8b1ae5e4b840ccd7aaa8 | |
parent | bedd4e01fda703b58474d18447953397a1caaf60 [diff] |
scripts: Dynamically add driver subsystems to subsystems list This change extends the parse_syscalls.py script to scan for a __subsystem sentinal added to driver api declarations. It thens generates a list that is passed into gen_kobject_list.py to extend the subsystems list. This allows subsystems to be declared in the code instead of a separate python list and provides a mechanism for defining out-of-tree subsystems. Signed-off-by: Corey Wharton <coreyw7@fb.com>