kernel_build: build-ksu.sh: Fix defconfig name
This commit is contained in:
parent
da4998c695
commit
79785752bf
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ fi
|
|||
echo ""
|
||||
echo -e "Check in btop, htop, top (whatever you use) if its building.
|
||||
If you have some errors when trying to rebuild, delete $OUTDIR"
|
||||
make -j$(nproc --all) -C $(pwd) O=out $BUILD_ARGS a53x-KSU_defconfig >/dev/null
|
||||
make -j$(nproc --all) -C $(pwd) O=out $BUILD_ARGS a53x-ksu_defconfig >/dev/null
|
||||
make -j$(nproc --all) -C $(pwd) O=out $BUILD_ARGS dtbs >/dev/null
|
||||
make -j$(nproc --all) -C $(pwd) O=out $BUILD_ARGS >/dev/null
|
||||
make -j$(nproc --all) -C $(pwd) O=out INSTALL_MOD_STRIP="--strip-debug --keep-section=.ARM.attributes" INSTALL_MOD_PATH="$MODULES_OUTDIR" modules_install >/dev/null
|
||||
|
|
Loading…
Add table
Reference in a new issue