]> granicus.if.org Git - esp-idf/commit
Build system: Allow components to add to the global CFLAGS via Makefile.projbuild
authorAngus Gratton <angus@espressif.com>
Fri, 9 Sep 2016 00:14:38 +0000 (10:14 +1000)
committerAngus Gratton <angus@espressif.com>
Fri, 9 Sep 2016 01:08:19 +0000 (11:08 +1000)
commit7c58c1e06b9704d5c0dfea6248e2f1f1e2d10129
tree2299e313810bf0dec84b4efb9812f12a852212f1
parent31e6b2cdb495684ddfa75dfbe8d1c5a357fc1397
Build system: Allow components to add to the global CFLAGS via Makefile.projbuild

Used by mbedTLS to set MBEDTLS_CONFIG_FILE in all components.

This change sets CFLAGS/etc at the project level and then exports those
variables for components, rather than setting them independently each time
a component Makefile is invoked.
12 files changed:
components/bootloader/Makefile.projbuild
components/expat/Makefile
components/lwip/component.mk
components/mbedtls/Makefile.projbuild [new file with mode: 0644]
components/mbedtls/component.mk
components/tcpip_adapter/component.mk
docs/build_system.rst
make/common.mk
make/component_common.mk
make/project.mk
make/project_config.mk
tools/kconfig/Makefile