prepare-objtool no longer exists since it was removed in upstream
commit commit d989ac2c90b5 ("kbuild: remove libelf checks from top
Makefile").
Fixes: 0d989ac2c9 ("kbuild: remove libelf checks from top Makefile")
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Change-Id: I8e99bfffec4c2b9e2f36e48a49a2b3c6d61f4604
20 lines
258 B
Plaintext
20 lines
258 B
Plaintext
ARCH=x86_64
|
|
|
|
LLVM_IAS=1
|
|
CROSS_COMPILE=x86_64-linux-gnu-
|
|
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86
|
|
|
|
MAKE_GOALS="
|
|
bzImage
|
|
modules
|
|
"
|
|
|
|
FILES="
|
|
arch/x86/boot/bzImage
|
|
vmlinux
|
|
System.map
|
|
vmlinux.symvers
|
|
modules.builtin
|
|
modules.builtin.modinfo
|
|
"
|