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

endif