minimal/Makefile: Remove unnecessary -I of py/ dir.

This commit is contained in:
Damien George 2015-01-13 12:23:13 +00:00
parent f41df1e611
commit a45b042e59
1 changed files with 1 additions and 1 deletions

View File

@ -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)