commit | 39dc7d03f706d9983ac7583047712457f4c54b05 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Thu Apr 05 13:59:33 2018 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Apr 26 02:57:12 2018 +0530 |
tree | d7d8864b942ccdc41365039886d26210c135ac92 | |
parent | c200367b6893e4cd85001bf10eac6fc55da89339 [diff] |
scripts: gen_kobject_list: Generate enums and case statements Adding a new kernel object type or driver subsystem requires changes in various different places. This patch makes it easier to create those devices by generating as much as possible in compile time. No behavior change. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>