diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-06-03 23:35:52 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-06-03 23:35:52 +0200 |
commit | fadeb06d74c3d739dc1202031e1eea1374e8917e (patch) | |
tree | 2db95dbaea94299c74ab90b2fc4ce3fc44e70acf /ota-test/Makefile | |
parent | 934bbf7d019e561209802f6a679b3672ce58ef1a (diff) | |
download | modern-esp-sandbox-fadeb06d74c3d739dc1202031e1eea1374e8917e.tar.gz modern-esp-sandbox-fadeb06d74c3d739dc1202031e1eea1374e8917e.tar.bz2 modern-esp-sandbox-fadeb06d74c3d739dc1202031e1eea1374e8917e.tar.xz modern-esp-sandbox-fadeb06d74c3d739dc1202031e1eea1374e8917e.zip |
wip
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 |