Skip to content

Commit 81cacc6

Browse files
author
Espressif Systems
committed
modify some Makefile
1 parent e994021 commit 81cacc6

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ $(foreach image,$(GEN_IMAGES),$(eval $(call MakeImage,$(basename $(image)))))
169169
# Required for each makefile to inherit from the parent
170170
#
171171

172-
INCLUDES := $(INCLUDES) -I $(PDIR)include -I $(PDIR)include/$(TARGET)
173-
INCLUDES += -I ./ -I $(PDIR)include/lwip -I $(PDIR)include/lwip/ipv4 -I $(PDIR)include/lwip/ipv6
172+
INCLUDES := $(INCLUDES) -I $(PDIR)include -I $(PDIR)extra_include
173+
INCLUDES += -I $(PDIR)include/lwip -I $(PDIR)include/lwip/ipv4 -I $(PDIR)include/lwip/ipv6
174174
INCLUDES += -I $(PDIR)include/espressif
175175
PDIR := ../$(PDIR)
176176
sinclude $(PDIR)Makefile

app/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ DEPENDS_eagle.app.v6 = \
9797
# -DTXRX_TXBUF_DEBUG
9898
# -DTXRX_RXBUF_DEBUG
9999
# -DWLAN_CONFIG_CCX
100-
CONFIGURATION_DEFINES = -D__ets__ \
101-
-DICACHE_FLASH
100+
CONFIGURATION_DEFINES = -DICACHE_FLASH
102101

103102
DEFINES += \
104103
$(UNIVERSAL_TARGET_DEFINES) \
@@ -122,7 +121,6 @@ DDEFINES += \
122121
#
123122

124123
INCLUDES := $(INCLUDES) -I $(PDIR)include
125-
INCLUDES += -I ./
126124
PDIR := ../$(PDIR)
127125
sinclude $(PDIR)Makefile
128126

app/user/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ endif
3838
#
3939

4040
INCLUDES := $(INCLUDES) -I $(PDIR)include
41-
INCLUDES += -I ./
42-
INCLUDES += -I ../../include/ets
4341
PDIR := ../$(PDIR)
4442
sinclude $(PDIR)Makefile
4543

examples/driver_lib/driver/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ endif
3838
#
3939

4040
INCLUDES := $(INCLUDES) -I $(PDIR)include
41-
INCLUDES += -I ./
4241
PDIR := ../$(PDIR)
4342
sinclude $(PDIR)Makefile
4443

0 commit comments

Comments
 (0)