mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
Build the Linux kernel independently from Buildroot
This will allow for other types of root filesystems that don't rely on Buildroot to be added and used in the future. Propagate --verbose on all build scripts to see full GCC commands. build-all: allow for neat subsets also 9p share rootfs_overlay. TODO document.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -82,6 +82,8 @@ build-essential \
|
||||
coreutils \
|
||||
cpio \
|
||||
expect \
|
||||
gcc-aarch64-linux-gnu \
|
||||
gcc-arm-linux-gnueabi \
|
||||
git \
|
||||
moreutils \
|
||||
rsync \
|
||||
@@ -93,8 +95,6 @@ wget \
|
||||
if "$gem5"; then
|
||||
pkgs="${pkgs} \
|
||||
ccache \
|
||||
gcc-aarch64-linux-gnu \
|
||||
gcc-arm-linux-gnueabi \
|
||||
libgoogle-perftools-dev \
|
||||
protobuf-compiler \
|
||||
python-dev \
|
||||
|
||||
Reference in New Issue
Block a user