You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Akari Tsuyukusa edited this page Jun 26, 2026
·
12 revisions
git clone https://github.com/TeamYogaBlade2/linux
# you may like# clone --filter=blob:none# clone --depth=1cd linux
export ARCH=arm
export LLVM=1
make lenovo-blade_defconfig
make
cat arch/arm/boot/zImage arch/arm/boot/dts/mediatek/mt6589-lenovo-b8000-f.dtb > path_to_kernel
./scripts/clang-tools/gen_compile_commands.py
You may like make -j10 or export CROSS_COMPILE=arm-none-eabi- (CROSS_COMPILE=arm-linux-gnueabihf- ?)