diff options
Diffstat (limited to 'ota-test/Makefile')
-rw-r--r-- | ota-test/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ota-test/Makefile b/ota-test/Makefile new file mode 100644 index 0000000..19bd536 --- /dev/null +++ b/ota-test/Makefile @@ -0,0 +1,10 @@ +# +# This is a project Makefile. It is assumed the directory this Makefile resides in is a +# project subdirectory. +# + +PROJECT_NAME := ota_test + +IDF_PATH=../thirdparty/ESP8266_RTOS_SDK + +include $(IDF_PATH)/make/project.mk |