aboutsummaryrefslogtreecommitdiff
path: root/ports/qemu-arm
diff options
context:
space:
mode:
authorDamien George2020-06-18 10:59:29 +1000
committerDamien George2020-06-22 13:42:24 +1000
commitf1ba2c9d88078df8758ee9072b02d48e70c0b305 (patch)
treeef1376991e2cfba6aa4666aa6d0fc5d24dc41a14 /ports/qemu-arm
parent6164c7e666fdd0aba232191768a66ab4434a7222 (diff)
qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/qemu-arm')
-rw-r--r--ports/qemu-arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/qemu-arm/Makefile b/ports/qemu-arm/Makefile
index e7b6523f8..aebc5afae 100644
--- a/ports/qemu-arm/Makefile
+++ b/ports/qemu-arm/Makefile
@@ -42,6 +42,7 @@ INC += -I$(BUILD)
CFLAGS += $(INC) -Wall -Wpointer-arith -Wdouble-promotion -Wfloat-conversion -Werror -std=gnu99 $(COPT) \
-ffunction-sections -fdata-sections
+CFLAGS += $(CFLAGS_EXTRA)
# Debugging/Optimization
ifeq ($(DEBUG), 1)