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
Cmake: Decouple how user & kernel flags are included
Building applications should should be orthogonal of how kernel is
build. But previously flags for both kernel and user applications were
set and dealt with together in 'mosflags.cmake' file.
Now 'userflags.cmake' & 'kernelflags.cmake' are separate files are
included individually corresponding to what is being build. Common
things are in 'commonflags.cmake.
0 commit comments