summaryrefslogtreecommitdiff
path: root/examples/build_system/make/cpu/cortex-a53.mk
blob: 20ed8f0cce3da36e001953c3b8d3fd42379719b3 (plain)
1
2
3
4
5
ifeq ($(TOOLCHAIN),gcc)
  CFLAGS += \
    -mcpu=cortex-a53 \

endif