Skip to content

Commit 0c5d032

Browse files
Update qcom-next kernel build to merge qcom.config into defconfig
Signed-off-by: Bjordis Collaku <[email protected]>
1 parent 7b285f8 commit 0c5d032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/scripts/build_kernel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rm -rf $BUILD_TOP/out/*;
2323

2424
# Make config
2525
cd $BUILD_TOP/qcom-next/
26-
make ARCH=arm64 defconfig
26+
make ARCH=arm64 defconfig qcom.config
2727
# Deploy boot config to out/
2828
cp $BUILD_TOP/qcom-next/.config $BUILD_TOP/out/
2929

0 commit comments

Comments
 (0)