edce52103b
LLVM_IAS=1 is implied by LLVM=1 as of LLVM_IAS as of v5.15-rc1 via commitf12b034afe
("scripts/Makefile.clang: default to LLVM_IAS=1"). CROSS_COMPILE is no longer necessary when building with LLVM=1 as of v5.15-rc1 via: commit231ad7f409
("Makefile: infer --target from ARCH for CC=clang") There is no need for CROSS_COMPILE_COMPAT as of v5.16-rc1 via commit3e6f8d1fa1
("arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd") when LLVM=1 is set. LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN was a temporary dependency until LLVM_IAS=1 was enabled for all architectures. With LLVM_IAS=1 (implied by LLVM=1), nothing in this directory is used and the variable can be removed. It doesn't hurt to respecify any of the above, but they are no longer necessary. Bug: 209655537 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Change-Id: I361b05ea9f36da933e6712150650f476b093d0a7
15 lines
148 B
Plaintext
15 lines
148 B
Plaintext
ARCH=arm64
|
|
MAKE_GOALS="
|
|
Image
|
|
modules
|
|
"
|
|
|
|
FILES="
|
|
arch/arm64/boot/Image
|
|
vmlinux
|
|
System.map
|
|
vmlinux.symvers
|
|
modules.builtin
|
|
modules.builtin.modinfo
|
|
"
|