Files
esp-idf/examples/peripherals/i2c/i2c_self_test/Makefile
T

9 lines
182 B
Makefile
Raw Normal View History

2016-12-16 23:41:04 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := i2c-example
2016-12-16 23:41:04 +08:00
include $(IDF_PATH)/make/project.mk