Commit ecaf208
cmake: create script only if SIMULATION is enabled
The simulation scripts are useless if the target is a real board and
not a QEMU simulation. Thus they will only be created if SIMULATION
is explicitly ON (-DSIMULATION=TRUE).
SIMULATION is disabled by default
Signed-off-by: ichdream <chensheng0802@outlook.com>1 parent 989759f commit ecaf208
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
36 | 42 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| |||
0 commit comments