blob: b5493e5e2a26e2cbd2dddfd046c179022f353122 [file] [log] [blame]
Andrew Geissler2daf84b2023-03-31 09:57:23 -05001# Machine specific configurations
2
3MACHINE_OPTEE_OS_REQUIRE ?= ""
4MACHINE_OPTEE_OS_REQUIRE:corstone1000 = "optee-os-corstone1000-common.inc"
Patrick Williams8e7b46e2023-05-01 14:19:06 -05005MACHINE_OPTEE_OS_REQUIRE:n1sdp = "optee-os-n1sdp.inc"
Andrew Geissler2daf84b2023-03-31 09:57:23 -05006
7require ${MACHINE_OPTEE_OS_REQUIRE}