• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ifneq (,$(filter cortex-a53,$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)))
2	arch_variant_cflags := -mcpu=cortex-a53
3else
4	arch_variant_cflags :=
5endif
6