qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2020-06-18 10:59:29 +10:00
parent 6164c7e666
commit f1ba2c9d88
1 changed files with 1 additions and 0 deletions

View File

@ -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)