mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5a9801aca7
# Conflicts: # components/esp32/cpu_freq.c # components/esp32/lib
10 lines
176 B
Makefile
10 lines
176 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := pcnt
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|