Andrew Geissler | 2daf84b | 2023-03-31 09:57:23 -0500 | [diff] [blame^] | 1 | # Machine specific configurations |
2 | |||||
3 | MACHINE_OPTEE_OS_REQUIRE ?= "" | ||||
4 | MACHINE_OPTEE_OS_REQUIRE:corstone1000 = "optee-os-corstone1000-common.inc" | ||||
5 | |||||
6 | require ${MACHINE_OPTEE_OS_REQUIRE} |