diff --git a/interpreters/micropython/Makefile b/interpreters/micropython/Makefile index e4b1b7f05..fec76d913 100644 --- a/interpreters/micropython/Makefile +++ b/interpreters/micropython/Makefile @@ -69,13 +69,13 @@ CROSS_COMPILE ?= $(CROSSDEV) QSTR_DEFS = qstrdefsport.h -# include py core make definitions +# Include py core make definitions -include $(MICROPTHYON_SRCDIR)/py.mk -# c99 is needed for micropython +# c99 is needed for Micro Python -CFLAGS+=-std=c99 -Wno-shadow -Wno-strict-prototypes +CFLAGS += -std=c99 -Wno-shadow -Wno-strict-prototypes INC = -I. -I$(WD) -I$(MICROPYTHON_UNPACKDIR) -I$(PY_SRC) -I$(BUILD)