Andrew Geissler | 2edf064 | 2023-09-11 08:24:07 -0400 | [diff] [blame] | 1 | # Machine specific configurations |
2 | |||||
3 | MACHINE_OPTEE_OS_REQUIRE ?= "" | ||||
4 | MACHINE_OPTEE_OS_REQUIRE:corstone1000 = "optee-os-corstone1000-common.inc" | ||||
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame^] | 5 | MACHINE_OPTEE_OS_REQUIRE:n1sdp = "optee-os-n1sdp.inc" |
Andrew Geissler | 2edf064 | 2023-09-11 08:24:07 -0400 | [diff] [blame] | 6 | |
7 | require ${MACHINE_OPTEE_OS_REQUIRE} |