summaryrefslogtreecommitdiff
path: root/chip/max32660/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/max32660/build.mk')
-rw-r--r--chip/max32660/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/max32660/build.mk b/chip/max32660/build.mk
index e0f5636b2e..67fa079ca3 100644
--- a/chip/max32660/build.mk
+++ b/chip/max32660/build.mk
@@ -9,7 +9,7 @@
# MAX32660 SoC has a Cortex-M4F ARM core
CORE:=cortex-m
# Allow the full Cortex-M4 instruction set
-CFLAGS_CPU+=-march=armv7e-m -mcpu=cortex-m4
+CFLAGS_CPU+=-mcpu=cortex-m4
# Required chip modules
chip-y=clock_chip.o gpio_chip.o system_chip.o hwtimer_chip.o uart_chip.o