Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | # Include Trusted Services Secure Partitions |
| 2 | require recipes-security/optee/optee-os-ts.inc |
Andrew Geissler | 2edf064 | 2023-09-11 08:24:07 -0400 | [diff] [blame] | 3 | |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 4 | # Machine specific configurations |
Andrew Geissler | 2edf064 | 2023-09-11 08:24:07 -0400 | [diff] [blame] | 5 | MACHINE_OPTEE_OS_REQUIRE ?= "" |
| 6 | MACHINE_OPTEE_OS_REQUIRE:corstone1000 = "optee-os-corstone1000-common.inc" |
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 7 | MACHINE_OPTEE_OS_REQUIRE:n1sdp = "optee-os-n1sdp.inc" |
Andrew Geissler | 2edf064 | 2023-09-11 08:24:07 -0400 | [diff] [blame] | 8 | |
| 9 | require ${MACHINE_OPTEE_OS_REQUIRE} |