Skip to content

Commit 31b859c

Browse files
committed
Improve example setup
1 parent 1c88b1f commit 31b859c

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

examples/hello_world/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
PROJECT_NAME := hello_world
22

3+
EXTRA_COMPONENT_DIRS := $(abspath ../..)
4+
35
include $(IDF_PATH)/make/project.mk

examples/mac_address/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
PROJECT_NAME := mac_address
22

3+
EXTRA_COMPONENT_DIRS := $(abspath ../..)
4+
35
include $(IDF_PATH)/make/project.mk

examples/provisioning/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
PROJECT_NAME := provisioning
22

3+
EXTRA_COMPONENT_DIRS := $(abspath ../..)
4+
35
include $(IDF_PATH)/make/project.mk

examples/send_recv/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
PROJECT_NAME := send_recv
22

3+
EXTRA_COMPONENT_DIRS := $(abspath ../..)
4+
35
include $(IDF_PATH)/make/project.mk

0 commit comments

Comments
 (0)