mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
LED failed attempt, GPIO working
This commit is contained in:
3
run
3
run
@@ -40,7 +40,8 @@ env \
|
||||
make \
|
||||
O="$outdir" \
|
||||
BR2_JLEVEL="$(($(nproc) - 2))" \
|
||||
HOST_QEMU_OPTS="--enable-debug --enable-sdl --with-sdlabi=2.0" \
|
||||
HOST_QEMU_OPTS="--enable-debug --enable-sdl --extra-cflags='-DDEBUG_PL061=1' --with-sdlabi=2.0" \
|
||||
host-qemu-reconfigure \
|
||||
host-qemu-rebuild \
|
||||
kernel_module-rebuild \
|
||||
all \
|
||||
|
||||
Reference in New Issue
Block a user