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
py/py.mk: Enable makefile for USER_C_MODULES path.
This enables setting a file path to select user C modules in a
USER_C_MODULES directory, the same way CMake works.
The file is a .mk file with the user modules required.
USER_C_MODULES=<path/to/file>/my_user_modules.mk
in my_user_modules.mk:
USER_C_MODULES=<path/to/user_modules>
MODULE_PATHS := module_foo
MODULE_PATHS += module_bar
MODULE_PATHS += module_bar/submodule
Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>
0 commit comments