mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
8 lines
183 B
Bash
8 lines
183 B
Bash
#!/usr/bin/env bash
|
|
set -eu
|
|
cd ..
|
|
# Rebuilds were failing without this.
|
|
rm -rf out/arm/buildroot/build/linux-custom.bisect/
|
|
./build -aa -L bisect
|
|
./run -aa -E 'm5 exit' -L bisect -gu
|