ANDROID: build.config: x86: Remove prepare-objtool from MAKE_GOALS list
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
This commit is contained in:
@@ -7,7 +7,6 @@ LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86
|
||||
MAKE_GOALS="
|
||||
bzImage
|
||||
modules
|
||||
prepare-objtool
|
||||
"
|
||||
|
||||
FILES="
|
||||
|
||||
Reference in New Issue
Block a user