minimal/Makefile: Remove unnecessary -I of py/ dir.
This commit is contained in:
parent
f41df1e611
commit
a45b042e59
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue