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
[EXPERIMENTAL] Makefile: EXTRA_APPS_LIBS and EXTRA_APPS_INCPATHS vars
The variables are to be used to mainly by the export rule
to export external libraries (.a files) and respective include paths.
The exported external libraries are packed together in the libapps.a
library (basically, every .o files are extracted and then packed
together).
Signed-off-by: Stepan Pressl <[email protected]>
0 commit comments