Andrew Geissler | 2daf84b | 2023-03-31 09:57:23 -0500 | [diff] [blame] | 1 | # Machine specific configurations |
2 | |||||
3 | MACHINE_OPTEE_OS_REQUIRE ?= "" | ||||
Andrew Geissler | 2edf064 | 2023-09-11 08:24:07 -0400 | [diff] [blame] | 4 | MACHINE_OPTEE_OS_REQUIRE:tc = "optee-os-tc.inc" |
Andrew Geissler | 2daf84b | 2023-03-31 09:57:23 -0500 | [diff] [blame] | 5 | |
6 | require ${MACHINE_OPTEE_OS_REQUIRE} |