OVMS3-idf/make
Ivan Grokhotkov 790049b3dd build: remove some debug lines printed when V=0
With V=0, build process would print “including .../Makefile.projbuild" lines, causing problems for print_flash_cmd target.
The issue was due to the way macro expansion works in make. To delay evaluation of info function until the execution of expanded block, two dollar signs are required.
Test for print_flash_cmd target added.
2018-04-17 08:04:38 +08:00
..
common.mk make: Build out of tree component srcs under component build dir 2018-04-06 13:10:19 +10:00
component_common.mk Secure boot: initial image signature support 2016-11-14 11:08:42 +11:00
component_wrapper.mk build: fix excluding source files outside of component root 2018-04-12 14:28:54 +08:00
project.mk build: remove some debug lines printed when V=0 2018-04-17 08:04:38 +08:00
project_config.mk build: Fix problems with building kconfig and generating sdkconfig 2018-03-28 10:39:20 +08:00