Taking the EXAMPLES
component as an example,
to use the EXAMPLES
component's binary files, you
must remove the current configuration of that component. There is no specific
command to achieve this. Follow these four steps:
Edit the reconfigure rule at the end of the top-level Makefile by removing the following line in the source file:
-s source_dir/opt/examples
Remove the component's build directory and run make reconfigure:
host% rm -rf build-EXAMPLES/ host% make reconfigure
Add the application's binary files:
host% make reconfigure NEWCONF='-b dist-EXAMPLES'
Run the make command
host% make