At present, mk/generic.mk includes mk/rules/symmap.mk directly, that is regarded as unexpected usage for build system since its name implies the generic operations.
We should include some make rule definitions only when the feature is matching. To make it better, it is straightforward to scan the configurations in directory mk/rules first and then specify the inclusion.
At present,
mk/generic.mk
includesmk/rules/symmap.mk
directly, that is regarded as unexpected usage for build system since its name implies the generic operations.We should include some make rule definitions only when the feature is matching. To make it better, it is straightforward to scan the configurations in directory
mk/rules
first and then specify the inclusion.