Commit 0124bd5
qemu/Makefile: Do not mount ROMFS partition on non-test targets.
This commit fixes a mistake introduced in micropython#19051, where the test ROMFS
partition would get mounted even on targets that do not need it to
function (ie. `repl`).
Now the ROMFS image is mounted only for test targets: `test`,
`test_full`, and `test_natmod`.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>1 parent 05740fd commit 0124bd5
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
227 | 228 | | |
228 | | - | |
229 | | - | |
230 | | - | |
| 229 | + | |
231 | 230 | | |
232 | 231 | | |
233 | | - | |
| 232 | + | |
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
| |||
0 commit comments