Submaps are not unrolled in `--gen-consts` even if `include == True`
As it is, the include
attribute of a submap
item has no effect on the generated constants file.
The behavior I expect is that it should be unrolled (the code actually has a comment that suggests it is a considered behavior but not enabled by default).