2018-03-12 22:44:49 -04:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2018-08-29 22:11:21 -04:00
|
|
|
PROJECT_NAME := wifi_softAP
|
2018-03-12 22:44:49 -04:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|