Home | History | Annotate | Download | only in arm64
      1 ifneq (,$(filter cortex-a53,$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)))
      2 	arch_variant_cflags := -mcpu=cortex-a53
      3 else
      4 	arch_variant_cflags :=
      5 endif
      6