diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-12-27 16:11:49 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-12-27 16:32:52 +0200 |
commit | 3b74c91684e6dfc785bf33ba03e520470f59059e (patch) | |
tree | 2ef4bf79c6b594de4033c897719ad9a698720277 /unix-cpy | |
parent | 8ab6f9067412d9f73fe88d42d81c0b4c4f1fd20b (diff) | |
download | micropython-3b74c91684e6dfc785bf33ba03e520470f59059e.tar.gz micropython-3b74c91684e6dfc785bf33ba03e520470f59059e.zip |
Makefiles: Support py/*.h includes per #1022.
Diffstat (limited to 'unix-cpy')
-rw-r--r-- | unix-cpy/Makefile | 1 |
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) |