Skip to content

Commit a45b042

Browse files
committed
minimal/Makefile: Remove unnecessary -I of py/ dir.
1 parent f41df1e commit a45b042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimal/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif
1515
INC = -I.
1616
INC += -I..
1717
INC += -I../lib/mp-readline
18-
INC += -I$(PY_SRC) -I../stmhal
18+
INC += -I../stmhal
1919
INC += -I$(BUILD)
2020

2121
ifeq ($(CROSS), 1)

0 commit comments

Comments
 (0)