blob: bc933dd54c4803404340fb3050f52a7c48ddc807 [file] [log] [blame]
Andrew Geissler2daf84b2023-03-31 09:57:23 -05001# Machine specific configurations
2
3MACHINE_OPTEE_OS_REQUIRE ?= ""
Patrick Williams8e7b46e2023-05-01 14:19:06 -05004MACHINE_OPTEE_OS_REQUIRE:n1sdp = "optee-os-n1sdp.inc"
Andrew Geissler2edf0642023-09-11 08:24:07 -04005MACHINE_OPTEE_OS_REQUIRE:tc = "optee-os-tc.inc"
Andrew Geissler2daf84b2023-03-31 09:57:23 -05006
7require ${MACHINE_OPTEE_OS_REQUIRE}