mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
DEPMOD=depmod overwrites the default DEPMOD=/sbin/depmod and uses the
depmod version from PATH (coming from the hermetic toolchain).
Bug: 130657633
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: I73eefaa5508298bc61e9e586f981c5ddabed7656
(cherry picked from commit 82ce726a3f)
16 lines
325 B
Plaintext
16 lines
325 B
Plaintext
BRANCH=android-4.19-stable
|
|
KERNEL_DIR=common
|
|
|
|
CC=clang
|
|
LD=ld.lld
|
|
NM=llvm-nm
|
|
OBJCOPY=llvm-objcopy
|
|
DEPMOD=depmod
|
|
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r383902/bin
|
|
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86
|
|
|
|
EXTRA_CMDS=''
|
|
STOP_SHIP_TRACEPRINTK=1
|
|
IN_KERNEL_MODULES=1
|
|
DO_NOT_STRIP_MODULES=1
|