From fadeb06d74c3d739dc1202031e1eea1374e8917e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 3 Jun 2018 23:35:52 +0200 Subject: wip --- ota-test/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ota-test/Makefile (limited to 'ota-test/Makefile') 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 -- cgit v1.2.3