diff --git a/Makefile b/Makefile index f2201454a..3ccae1206 100644 --- a/Makefile +++ b/Makefile @@ -354,10 +354,12 @@ ASFLAGS += -Wa,-mcpu=${CPU} -Wa,-march=${ARMV} DEFINES += -D$(shell echo ${ARMV}|tr [:lower:] [:upper:]|tr - _) ifeq (${CPU},cortex-a8) DEFINES += -DARM_CORTEX_A8 -else +endif ifeq (${CPU},cortex-a9) DEFINES += -DARM_CORTEX_A9 endif +ifeq (${CPU},cortex-a15) +DEFINES += -DARM_CORTEX_A15 endif endif