Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit c6fd726

Browse files
committed
sm8150: switch to config fragments
Signed-off-by: Onelots <onelots@onelots.fr>
1 parent abfb70a commit c6fd726

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export KBUILD_COMPILER_STRING=$(clang --version | head -n 1)
1919
export CCACHE_EXEC=$(which ccache)
2020
export KBUILD_BUILD_HOST="Caelum-Github-actions-Onelots"
2121
export LLVM_IAS=1
22-
echo "CONFIG_BUILD_ARM64_DT_OVERLAY=y" >> lineage_sm8150_defconfig
22+
echo "CONFIG_BUILD_ARM64_DT_OVERLAY=y" >> vendor/sm8150-perf_defconfig
2323

2424
# Configure kernel
25-
make O=out ARCH=arm64 lineage_sm8150_defconfig vendor/kernelsu.config
25+
make O=out ARCH=arm64 vendor/sm8150-perf_defconfig vendor/oplus.config vendor/kernelsu.config
2626
yes "" | make O=out ARCH=arm64 olddefconfig
2727

2828
# Build kernel

0 commit comments

Comments
 (0)