Backend simple

This commit is contained in:
Ciro Santilli
2017-09-29 23:35:02 +01:00
parent 401c747eee
commit 467923860b
2 changed files with 15 additions and 5 deletions

2
run
View File

@@ -51,7 +51,7 @@ env \
make \
O="$outdir" \
BR2_JLEVEL="$(($(nproc) - 2))" \
HOST_QEMU_OPTS="--enable-debug --enable-sdl --extra-cflags='-DDEBUG_PL061=1' --with-sdlabi=2.0" \
HOST_QEMU_OPTS="--enable-debug --enable-sdl --extra-cflags='-DDEBUG_PL061=1' --with-sdlabi=2.0 --enable-trace-backends=simple" \
kernel_module-rebuild \
$extra_targets \
all \