7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
|
|
# Machine specific configurations
|
||
|
|
|
||
|
|
MACHINE_TFM_REQUIRE ?= ""
|
||
|
|
MACHINE_TFM_REQUIRE:corstone1000 = "trusted-firmware-m-corstone1000.inc"
|
||
|
|
|
||
|
|
require ${MACHINE_TFM_REQUIRE}
|