summaryrefslogtreecommitdiff
path: root/apps/interpreters
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-14 09:54:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-14 09:54:51 -0600
commit57a57ef6265db8f8a7ba5ec42395e10b9d0eaab8 (patch)
treec2d23bb3947e94561d8676b33fe49af484870458 /apps/interpreters
parenta95a0244293d6cfe7d2d4b6e550ee0ec825961cd (diff)
downloadpx4-nuttx-57a57ef6265db8f8a7ba5ec42395e10b9d0eaab8.tar.gz
px4-nuttx-57a57ef6265db8f8a7ba5ec42395e10b9d0eaab8.tar.bz2
px4-nuttx-57a57ef6265db8f8a7ba5ec42395e10b9d0eaab8.zip
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.
Diffstat (limited to 'apps/interpreters')
-rw-r--r--apps/interpreters/micropython/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/interpreters/micropython/Makefile b/apps/interpreters/micropython/Makefile
index e4b1b7f05..fec76d913 100644
--- a/apps/interpreters/micropython/Makefile
+++ b/apps/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)