Skip to content

Commit

Permalink
build_kernel.sh: Do not build dtbs for now
Browse files Browse the repository at this point in the history
- Those devicetrees are not included in kernel zip, and requires AOSP DTC
  • Loading branch information
Royna2544 committed Sep 24, 2023
1 parent 87bca87 commit 84e9ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ rm -rf out
make O=out ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- LLVM=1 -j$(nproc) grass-perf_defconfig
make O=out ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- LLVM=1 -j$(nproc) savedefconfig
cp out/defconfig arch/arm64/configs/grass-perf_defconfig
make O=out ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- LLVM=1 -j$(nproc)
make O=out ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- LLVM=1 -j$(nproc) Image

0 comments on commit 84e9ba0

Please sign in to comment.