Skip to content

Commit 7635c04

Browse files
soc: descriptive part occupy whole component
* Original commit: espressif/esp-idf@79887fd
1 parent d5fe42b commit 7635c04

File tree

1 file changed

+2
-2
lines changed
  • components/mdns/test_afl_fuzz_host

1 file changed

+2
-2
lines changed

components/mdns/test_afl_fuzz_host/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ CFLAGS=-g -Wno-unused-value -Wno-missing-declarations -Wno-pointer-bool-conversi
2828
-I$(COMPONENTS_DIR)/lwip/port/esp32/include \
2929
-I$(COMPONENTS_DIR)/lwip/lwip/src/include/lwip/apps \
3030
-I$(COMPONENTS_DIR)/soc/include \
31-
-I$(COMPONENTS_DIR)/soc/soc/include \
32-
-I$(COMPONENTS_DIR)/soc/soc/esp32/include \
31+
-I$(COMPONENTS_DIR)/soc/include \
32+
-I$(COMPONENTS_DIR)/soc/esp32/include \
3333
-I$(COMPONENTS_DIR)/soc/src/esp32/include \
3434
-I$(COMPONENTS_DIR)/tcpip_adapter/include \
3535
-I$(COMPONENTS_DIR)/xtensa/include \

0 commit comments

Comments
 (0)