Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6b20af5 authored by Tim Murray's avatar Tim Murray
Browse files

Add support for cortex-a53 variants when building 64-bit.

Change-Id: I3f1fb5dbde731d9c3d6db26a46bc7f0f54d8e071
parent abfe1044
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
ifneq (,$(filter cortex-a53,$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)))
	arch_variant_cflags := -mcpu=cortex-a53
else
	arch_variant_cflags :=
endif