Skip to content

Commit f9dfd8a

Browse files
committed
minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile.
1 parent 63edc2e commit f9dfd8a

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

esp8266/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ ESP_SDK = $(shell $(CC) -print-sysroot)/usr
2424

2525
INC += -I.
2626
INC += -I..
27-
INC += -I../stmhal
2827
INC += -I$(BUILD)
2928
INC += -I$(ESP_SDK)/include
3029

minimal/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ endif
1414

1515
INC += -I.
1616
INC += -I..
17-
INC += -I../stmhal
1817
INC += -I$(BUILD)
1918

2019
ifeq ($(CROSS), 1)

pic16bit/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ PART = 33FJ256GP506
1414

1515
INC += -I.
1616
INC += -I..
17-
INC += -I../stmhal
1817
INC += -I$(BUILD)
1918
INC += -I$(XC16)/include
2019
INC += -I$(XC16)/support/$(PARTFAMILY)/h

0 commit comments

Comments
 (0)