summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-13 12:23:13 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-13 12:23:13 +0000
commita45b042e59839cdc4bafd0414d267e1600829997 (patch)
treee1a6820a2a66ab7949294534449e5560c7713cc7
parentf41df1e611aed26d8a3127cdf4e1a40649d0361a (diff)
downloadmicropython-a45b042e59839cdc4bafd0414d267e1600829997.tar.gz
micropython-a45b042e59839cdc4bafd0414d267e1600829997.zip
minimal/Makefile: Remove unnecessary -I of py/ dir.
-rw-r--r--minimal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/minimal/Makefile b/minimal/Makefile
index 4719ebaec2..022b9e0c41 100644
--- a/minimal/Makefile
+++ b/minimal/Makefile
@@ -15,7 +15,7 @@ endif
INC = -I.
INC += -I..
INC += -I../lib/mp-readline
-INC += -I$(PY_SRC) -I../stmhal
+INC += -I../stmhal
INC += -I$(BUILD)
ifeq ($(CROSS), 1)