Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 1 | |
2 | # Machine specific configurations | ||||
3 | MACHINE_OPTEE_OS_REQUIRE ?= "" | ||||
4 | MACHINE_OPTEE_OS_REQUIRE:corstone1000 = "optee-os-corstone1000-common.inc" | ||||
5 | |||||
6 | require ${MACHINE_OPTEE_OS_REQUIRE} |