Files
esp-idf/examples/system/eventfd/Makefile

9 lines
178 B
Makefile
Raw Normal View History

2021-03-08 15:48:30 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
2021-03-08 19:52:05 +08:00
PROJECT_NAME := eventfd
2021-03-08 15:48:30 +08:00
include $(IDF_PATH)/make/project.mk