Skip to content

Commit

Permalink
raphael: Enable TARGET_KERNEL_NO_GCC
Browse files Browse the repository at this point in the history
Soviet kernel now supports full Clang build
while i am at this lets fix derp to
  • Loading branch information
kondors1995 committed Jul 9, 2023
1 parent d8f1650 commit 34b170c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_SEPARATED_DTBO := true
BOARD_RAMDISK_USE_LZ4 := true
ARGET_KERNEL_CLANG_VERSION := neutron
TARGET_KERNEL_CLANG_VERSION := neutron
TARGET_KERNEL_NO_GCC := true
TARGET_KERNEL_SOURCE := kernel/xiaomi/raphael
TARGET_KERNEL_CONFIG := raphael_defconfig

Expand Down

0 comments on commit 34b170c

Please sign in to comment.