2018-06-28 17:45:41 +02:00
|
|
|
#
|
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
|
# project subdirectory.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
PROJECT_NAME := modbus_slave
|
|
|
|
|
|
2020-07-22 00:34:04 +08:00
|
|
|
EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/protocols/modbus/mb_example_common
|
2019-11-26 13:16:25 +08:00
|
|
|
|
2018-06-28 17:45:41 +02:00
|
|
|
include $(IDF_PATH)/make/project.mk
|