blob: b5493e5e2a26e2cbd2dddfd046c179022f353122 [file] [log] [blame]
Andrew Geissler2edf0642023-09-11 08:24:07 -04001# Machine specific configurations
2
3MACHINE_OPTEE_OS_REQUIRE ?= ""
4MACHINE_OPTEE_OS_REQUIRE:corstone1000 = "optee-os-corstone1000-common.inc"
Andrew Geissler220dafd2023-10-04 10:18:08 -05005MACHINE_OPTEE_OS_REQUIRE:n1sdp = "optee-os-n1sdp.inc"
Andrew Geissler2edf0642023-09-11 08:24:07 -04006
7require ${MACHINE_OPTEE_OS_REQUIRE}