| commit | d3a8fd40b902e1f1b95be9812d8b71dc0e270a1e | [log] [tgz] |
|---|---|---|
| author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Thu Oct 17 14:25:34 2019 +0200 |
| committer | Anas Nashif <anas.nashif@intel.com> | Thu Jan 23 15:09:12 2020 -0500 |
| tree | 05b8cc76a0d2cab9bb814ac1f513a41d3f4f1dca | |
| parent | c9171be27ed108d4d781fa28a683d5845d3a425c [diff] |
cmake: Add option for exporting build metadata to Make Add an opt-in feature that will generate a Makefile with build variables like CC, and KBUILD_CFLAGS for consumption by third-party Make-based build systems. This emulates the 'outputexports' target that KBuild supported and is supported for the same reasons that KBuild supported it. Easier integration with third-party build systems. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>