diff options
-rw-r--r-- | recipes-bsp/atf/atf_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb index bc182ebe..e3d18624 100644 --- a/recipes-bsp/atf/atf_git.bb +++ b/recipes-bsp/atf/atf_git.bb | |||
@@ -29,6 +29,8 @@ LDFLAGS[unexport] = "1" | |||
29 | AS[unexport] = "1" | 29 | AS[unexport] = "1" |
30 | LD[unexport] = "1" | 30 | LD[unexport] = "1" |
31 | 31 | ||
32 | EXTRA_OEMAKE += "HOSTCC='${BUILD_CC} ${BUILD_CPPFLAGS} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}'" | ||
33 | |||
32 | BOOTTYPE ?= "nor nand qspi flexspi_nor sd emmc" | 34 | BOOTTYPE ?= "nor nand qspi flexspi_nor sd emmc" |
33 | BUILD_SECURE = "${@bb.utils.contains('DISTRO_FEATURES', 'secure', 'true', 'false', d)}" | 35 | BUILD_SECURE = "${@bb.utils.contains('DISTRO_FEATURES', 'secure', 'true', 'false', d)}" |
34 | BUILD_OPTEE = "${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'true', 'false', d)}" | 36 | BUILD_OPTEE = "${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'true', 'false', d)}" |