mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 21:14:27 +01:00
build-all: also build gem5, document further
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -eux
|
||||||
|
# Build all archs (that we care the most about).
|
||||||
|
# Will take forever from a clean repo, this is most useful
|
||||||
|
# after pulling the repository to do an incremental build
|
||||||
|
# then quickly test out all the setups.
|
||||||
for arch in x86_64 arm aarch64; do
|
for arch in x86_64 arm aarch64; do
|
||||||
./build -a "$arch" -klq
|
./build -a "$arch" -klq
|
||||||
|
./build -a "$arch" -g -Gkl
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user