From d6c8d119094a6612e481368224bc42f304196a3f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 14 Jan 2015 09:54:51 -0600 Subject: [PATCH] Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs. This is not the official configuration for the PX4 board and has led to confusion by NuttX users. The board configuration also requires some ongoing maintenance and customization to support ongoing PX4 testing and evaluation. It is best retained the PX4 repositories where it can be properly maintained and not in the upstream NuttX repository. --- interpreters/micropython/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)