mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Don't compile qemu when gem5 is used
This commit is contained in:
3
build
3
build
@@ -94,6 +94,9 @@ fi
|
||||
if $x11; then
|
||||
cat ../buildroot_config_fragment_x11 >> "${outdir}/.config"
|
||||
fi
|
||||
if ! "$gem5"; then
|
||||
cat ../buildroot_config_fragment_qemu >> "${outdir}/.config"
|
||||
fi
|
||||
if [ "$arch" = 'mips64' ]; then
|
||||
# Workaround for:
|
||||
# http://lists.busybox.net/pipermail/buildroot/2017-August/201053.html
|
||||
|
||||
Reference in New Issue
Block a user