minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile.
This commit is contained in:
parent
63edc2e78b
commit
f9dfd8aa3b
@ -24,7 +24,6 @@ ESP_SDK = $(shell $(CC) -print-sysroot)/usr
|
||||
|
||||
INC += -I.
|
||||
INC += -I..
|
||||
INC += -I../stmhal
|
||||
INC += -I$(BUILD)
|
||||
INC += -I$(ESP_SDK)/include
|
||||
|
||||
|
@ -14,7 +14,6 @@ endif
|
||||
|
||||
INC += -I.
|
||||
INC += -I..
|
||||
INC += -I../stmhal
|
||||
INC += -I$(BUILD)
|
||||
|
||||
ifeq ($(CROSS), 1)
|
||||
|
@ -14,7 +14,6 @@ PART = 33FJ256GP506
|
||||
|
||||
INC += -I.
|
||||
INC += -I..
|
||||
INC += -I../stmhal
|
||||
INC += -I$(BUILD)
|
||||
INC += -I$(XC16)/include
|
||||
INC += -I$(XC16)/support/$(PARTFAMILY)/h
|
||||
|
Loading…
Reference in New Issue
Block a user