You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Recompiling the platform after changing one or another parameter in
Configuration.mk
file requires manual cleaning sinceConfiguration.mk
is not a compilation requirement for any file.Possible solution:
#recipie for .h file taking mk as a requirement.
*.h : Configuration.mk
The text was updated successfully, but these errors were encountered: