Searched hist:c8212ba7d432ee1571d430cceb3bbe10f42a1bae (Results 1 – 1 of 1) sorted by relevance
| /optee_os/mk/ |
| H A D | checkconf.mk | c8212ba7d432ee1571d430cceb3bbe10f42a1bae Wed Sep 23 21:44:49 UTC 2015 Jerome Forissier <jerome.forissier@linaro.org> checkconf.mk: fix cfg-enable-all-depends
If a configuration variable is given as an argument to make (such as: 'make CFG_FOO=n'), the 'override' keyword is required in order to change its value.
Fixes the following issue (2nd warning shows that CFG_CRYPTO_AES is actually not enabled): $ make -j8 all -s PLATFORM=vexpress-qemu_virt CFG_CRYPTO_{AES,DES}=n core/lib/libtomcrypt/sub.mk:51: Warning: Enabling CFG_CRYPTO_AES [required by CFG_ENC_FS] core/lib/libtomcrypt/sub.mk:58: Warning: Disabling CFG_CRYPTO_ECB [requires (one of) CFG_CRYPTO_AES CFG_CRYPTO_DES]
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
|