Bug #19487
Need to restrict building dependency files
Start date:
03/26/2018
Due date:
% Done:
0%
Estimated time:
Description
frontend.mk
automatically builds .d
files for all .cpp
and .c
files in the project. If some modules are valid for a subset of targets, we still build their .d
file for every target. This results in compiler warnings for missing header files. Although frontend.mk
ultimately builds the project correctly, it would be nice to get rid of these warnings.
History
#1 Updated by Richard Neswold almost 3 years ago
- Target version set to v2.9