blob: 8994c241ec37ae1d6b8d59c7fde6bc574c6c6458 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001# Only enable linux-yocto-rt for n1sdp and the Armv8-R AArch64 AEM FVP
2LINUX_YOCTO_RT_REQUIRE ?= ""
3LINUX_YOCTO_RT_REQUIRE:n1sdp = "linux-arm-platforms.inc"
4LINUX_YOCTO_RT_REQUIRE:fvp-baser-aemv8r64 = "linux-arm-platforms.inc"
5
6require ${LINUX_YOCTO_RT_REQUIRE}