-
- Downloads
Makefile.include: allow specifying makefiles to be parsed
This allows specifying a list of files that should be parsed by make at the beginning and at the end of Makefile.include. It is a generic mechanism to allow specifying system wide configuration: * Globally overwrite the 'TERMPROG' * Specify a hard written port / debug_adapter_id for some BOARD values * Define you own specific targets * Override default targets It can include file before and after Makefile.include to allow handling different configurations.
Please register or sign in to comment