Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | # Include machine specific SCP configurations |
2 | |||||
3 | MACHINE_SCP_REQUIRE ?= "" | ||||
4 | |||||
5 | MACHINE_SCP_REQUIRE:juno = "scp-firmware-juno.inc" | ||||
6 | MACHINE_SCP_REQUIRE:n1sdp = "scp-firmware-n1sdp.inc" | ||||
7 | MACHINE_SCP_REQUIRE:sgi575 = "scp-firmware-sgi575.inc" | ||||
8 | MACHINE_SCP_REQUIRE:tc = "scp-firmware-tc.inc" | ||||
9 | |||||
10 | require ${MACHINE_SCP_REQUIRE} |