vfs: add example for eventfd

This commit is contained in:
Jiacheng Guo
2021-03-08 15:48:30 +08:00
parent 7b911e4641
commit 37a992bbde
7 changed files with 197 additions and 186 deletions
+8
View File
@@ -0,0 +1,8 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := select
include $(IDF_PATH)/make/project.mk