Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
whao123yahoo authored Aug 20, 2024
1 parent 3a1ea65 commit 93fbd53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.env
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
CONFIG_ENV=config.env

KERNEL_SOURCE=https://github.com/MiCode/Xiaomi_Kernel_OpenSource/tree/cas-q-oss
KERNEL_SOURCE_BRANCH=umi
KERNEL_CONFIG=arch/arm64/configs/umi_user_defconfig
KERNEL_SOURCE=https://github.com/MiCode/Xiaomi_Kernel_OpenSource/tree/rubens-s-oss
KERNEL_SOURCE_BRANCH=rubens
KERNEL_CONFIG=arch/arm64/configs/rubens_user_defconfig
KERNEL_IMAGE_NAME=Image
ARCH=arm64
EXTRA_CMDS:LD=ld.lld

# Clang
## Custom
USE_CUSTOM_CLANG=true
USE_CUSTOM_CLANG=false
CUSTOM_CLANG_SOURCE=
CUSTOM_CLANG_BRANCH=

Expand Down

0 comments on commit 93fbd53

Please sign in to comment.