Skip to content

Commit

Permalink
BUILDCONFIG: Removed build.config.common from here.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dandan <[email protected]>
  • Loading branch information
carlodandan authored Apr 8, 2024
1 parent d70cf4c commit 3d8f36d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion build.config.sm6375
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.common
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.aarch64

BRANCH=android11-5.4
DEFCONFIG="vendor/gta9p_eur_openx_defconfig"
KERNEL_DIR="sm6375"
KMI_GENERATION=2
CC=clang
LD=ld.lld
NM=llvm-nm
OBJCOPY=llvm-objcopy
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r416183b/bin
DEPMOD=depmod
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86

KCFLAGS="${KCFLAGS} -D__ANDROID_COMMON_KERNEL__"
STOP_SHIP_TRACEPRINTK=1
IN_KERNEL_MODULES=1

0 comments on commit 3d8f36d

Please sign in to comment.