Skip to content

Commit

Permalink
fix defconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Kneba authored Oct 31, 2024
1 parent a00825b commit b46b19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ KERVER=$(make kernelversion)
export HASH_HEAD=$(git rev-parse --short HEAD)
export COMMIT_HEAD=$(git log --oneline -1)
msg "|| Compile starting ||"
make -j$(nproc) O=out ARCH=arm64 vendor/X00TD_defconfig 2>&1 | tee -a error.log
make -j$(nproc) O=out ARCH=arm64 asus/X00TD_defconfig 2>&1 | tee -a error.log
make -j$(nproc) ARCH=arm64 O=out \
ARCH=$ARCH \
SUBARCH=$ARCH \
Expand Down

0 comments on commit b46b19a

Please sign in to comment.