Fix typo in cpu variant makefile depenendency for arm64
cpu_variank_mk -> cpu_variant_mk Change-Id: I4b46ae20de72ed2dc8820d62ac35ddc6b915a195
This commit is contained in:
parent
7dc502d012
commit
a6b6ed5fe9
@ -59,6 +59,6 @@ ifeq ($(wildcard $(cpu_variant_mk)),)
|
|||||||
$(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are generic, denver64. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
|
$(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are generic, denver64. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
|
||||||
endif
|
endif
|
||||||
include $(cpu_variant_mk)
|
include $(cpu_variant_mk)
|
||||||
libc_common_additional_dependencies += $(cpu_variank_mk)
|
libc_common_additional_dependencies += $(cpu_variant_mk)
|
||||||
|
|
||||||
cpu_variant_mk :=
|
cpu_variant_mk :=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user