Recompiling the platform after changing one or another parameter in Configuration.mk file requires manual cleaning since Configuration.mk is not a compilation requirement for any file.
Possible solution:
#recipie for .h file taking mk as a requirement.
*.h : Configuration.mk
Recompiling the platform after changing one or another parameter in
Configuration.mkfile requires manual cleaning sinceConfiguration.mkis not a compilation requirement for any file.Possible solution:
#recipie for .h file taking mk as a requirement.
*.h : Configuration.mk