Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | # Machine specific configurations |
2 | |||||
3 | MACHINE_TFM_REQUIRE ?= "" | ||||
4 | MACHINE_TFM_REQUIRE:corstone1000 = "trusted-firmware-m-1.7.0-corstone1000.inc" | ||||
5 | |||||
6 | require ${MACHINE_TFM_REQUIRE} | ||||
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 7 | |
8 | COMPATIBLE_MACHINE:tc = "(tc1)" | ||||
9 | TFM_PLATFORM:tc = "arm/rss/tc" |