aboutsummaryrefslogtreecommitdiff
path: root/software/Makefile
diff options
context:
space:
mode:
authorMDC Service <michael.schmid@mdc-service.de>2022-05-25 13:52:15 +0200
committerGitHub <noreply@github.com>2022-05-25 13:52:15 +0200
commit2644769255e26f86ff3d2ecdb88e73f7fc835e84 (patch)
tree5b1f2f846c890fcece84f14bcc7fcd67e71ebd91 /software/Makefile
parent3c44f833ef8a49c34f1ae02dc6baed24eb6e9ae6 (diff)
add project files for root folder
Diffstat (limited to 'software/Makefile')
-rw-r--r--software/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/software/Makefile b/software/Makefile
new file mode 100644
index 0000000..9169fd8
--- /dev/null
+++ b/software/Makefile
@@ -0,0 +1,8 @@
+#
+# This is a project Makefile. It is assumed the directory this Makefile resides in is a
+# project subdirectory.
+#
+
+PROJECT_NAME := scaladis
+
+include $(IDF_PATH)/make/project.mk