Skip to content

Commit 64bd6c6

Browse files
authored
Update LOS-OP7-SM8150-Kernel.yml
1 parent 34a2431 commit 64bd6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/LOS-OP7-SM8150-Kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
export KBUILD_BUILD_USER=$(echo ${{ github.actor }} | tr A-Z a-z)
5858
BA_CMD="CLANG_TRIPLE=aarch64-linux-gnu- CROSS_COMPILE=aarch64-linux-android-"
5959
EX_CMD="LD=ld.lld LLVM=1 LLVM_IAS=1"
60-
DEFCONFIG="lineage_sm8150_defconfig"
60+
DEFCONFIG="sm8150-perf_defconfig vendor/debugfs.config"
6161
make O=out ARCH=arm64 CC=clang $BA_CMD $EX_CMD $DEFCONFIG
6262
make -j$(nproc --all) O=out ARCH=arm64 CC=clang $BA_CMD $EX_CMD
6363

0 commit comments

Comments
 (0)