summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-12-27 16:11:49 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-12-27 16:32:52 +0200
commit3b74c91684e6dfc785bf33ba03e520470f59059e (patch)
tree2ef4bf79c6b594de4033c897719ad9a698720277 /unix-cpy
parent8ab6f9067412d9f73fe88d42d81c0b4c4f1fd20b (diff)
downloadmicropython-3b74c91684e6dfc785bf33ba03e520470f59059e.tar.gz
micropython-3b74c91684e6dfc785bf33ba03e520470f59059e.zip
Makefiles: Support py/*.h includes per #1022.
Diffstat (limited to 'unix-cpy')
-rw-r--r--unix-cpy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile
index eb4088861c..6a60c35330 100644
--- a/unix-cpy/Makefile
+++ b/unix-cpy/Makefile
@@ -7,6 +7,7 @@ PROG = cpy
include ../py/py.mk
INC = -I.
+INC += -I..
INC += -I$(PY_SRC)
INC += -I$(BUILD)