blob: 33ae7fe83d9ec3fecdce811d69611487c0d6945b (
plain)
1
2
3
4
5
6
7
8
|
# Include machine specific SCP configurations
MACHINE_SCP_REQUIRE ?= ""
MACHINE_SCP_REQUIRE_n1sdp = "scp-firmware-n1sdp.inc"
MACHINE_SCP_REQUIRE_tc0 = "scp-firmware-tc0.inc"
require ${MACHINE_SCP_REQUIRE}
|