Skip to content

Commit

Permalink
Improve example setup
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Apr 19, 2019
1 parent 1c88b1f commit 31b859c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/hello_world/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
PROJECT_NAME := hello_world

EXTRA_COMPONENT_DIRS := $(abspath ../..)

include $(IDF_PATH)/make/project.mk
2 changes: 2 additions & 0 deletions examples/mac_address/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
PROJECT_NAME := mac_address

EXTRA_COMPONENT_DIRS := $(abspath ../..)

include $(IDF_PATH)/make/project.mk
2 changes: 2 additions & 0 deletions examples/provisioning/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
PROJECT_NAME := provisioning

EXTRA_COMPONENT_DIRS := $(abspath ../..)

include $(IDF_PATH)/make/project.mk
2 changes: 2 additions & 0 deletions examples/send_recv/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
PROJECT_NAME := send_recv

EXTRA_COMPONENT_DIRS := $(abspath ../..)

include $(IDF_PATH)/make/project.mk

0 comments on commit 31b859c

Please sign in to comment.