diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-05-26 21:16:12 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-05-26 21:16:12 +0200 |
commit | d4abcad280df631b09a8cfe4c9387a9d8c610c1f (patch) | |
tree | 0e7286ec20a90d5598f2b3a9c2535628a35766b4 /Makefile | |
download | modern-esp-sandbox-d4abcad280df631b09a8cfe4c9387a9d8c610c1f.tar.gz modern-esp-sandbox-d4abcad280df631b09a8cfe4c9387a9d8c610c1f.tar.bz2 modern-esp-sandbox-d4abcad280df631b09a8cfe4c9387a9d8c610c1f.tar.xz modern-esp-sandbox-d4abcad280df631b09a8cfe4c9387a9d8c610c1f.zip |
wip
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a8e792b --- /dev/null +++ b/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 := mqtt_test + +IDF_PATH=thirdparty/ESP8266_RTOS_SDK + +include $(IDF_PATH)/make/project.mk |