mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
CROSS_COMPILE is no longer necessary when building with LLVM=1 as of upstream v5.15-rc1's commit231ad7f409("Makefile: infer --target from ARCH for CC=clang") which was backported to android13-5.10. LLVM_IAS=1 is implied by LLVM=1 as of LLVM_IAS as of upstream v5.15-rc1's commitf12b034afe("scripts/Makefile.clang: default to LLVM_IAS=1") which was backported to android13-5.10. Bug: 209655537 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Change-Id: Id426f680bba8d478ed300dd0f6551dc419ea345f
12 lines
90 B
Plaintext
12 lines
90 B
Plaintext
ARCH=arm
|
|
MAKE_GOALS="
|
|
zImage
|
|
modules
|
|
"
|
|
|
|
FILES="
|
|
arch/arm/boot/zImage
|
|
vmlinux
|
|
System.map
|
|
"
|