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" | ||||
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 5 | MACHINE_OPTEE_OS_REQUIRE:n1sdp = "optee-os-n1sdp.inc" |
Andrew Geissler | 2daf84b | 2023-03-31 09:57:23 -0500 | [diff] [blame] | 6 | |
7 | require ${MACHINE_OPTEE_OS_REQUIRE} |