d7fa288a6c
Added: read, write operations for the common and custom efuse tables. Writing is possible only for CONFIG_EFUSE_VIRTUAL. Closes: IDF-773
9 lines
177 B
Makefile
9 lines
177 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := efuse
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|