2018-03-13 10:44:49 +08:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2018-08-30 10:11:21 +08:00
|
|
|
PROJECT_NAME := wifi_station
|
2018-03-13 10:44:49 +08:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|