commit | 1cfec48646388d5ac2e170806ccd85a9a8c532cd | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Thu Dec 13 16:02:32 2018 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Dec 17 08:18:56 2018 -0600 |
tree | 053c9755df23a9e7821f9ef124765682af1626f6 | |
parent | a002cab08009beed88b4aa6970e2705ca1cedf40 [diff] |
samples: yaml: filter can be limited to GPIO_CONTROLLER It is safe to assume that if X_GPIO_CONTROLLER is defined (hence generated) X_GPIO_PIN should also be defined. If this is not the case, this is an issue and letting the sample build will reveal the issue. Update the yaml filter to rely only on _GPIO_CONTROLLER #define's Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>