esp-idf/examples/system/eventfd/Makefile

9 lines
178 B
Makefile
Raw Normal View History

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