summaryrefslogtreecommitdiff
path: root/chip/max32660
diff options
context:
space:
mode:
Diffstat (limited to 'chip/max32660')
-rw-r--r--chip/max32660/build.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/chip/max32660/build.mk b/chip/max32660/build.mk
index e0f5636b2e..ea1ea6c330 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
@@ -18,4 +18,3 @@ chip-$(CONFIG_I2C)+=i2c_chip.o
# Optional chip modules
chip-$(CONFIG_FLASH_PHYSICAL)+=flash_chip.o
chip-$(CONFIG_WATCHDOG)+=wdt_chip.o
-