We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6684f4 commit 666e42bCopy full SHA for 666e42b
examples/ota_app_wip/Makefile
@@ -0,0 +1,13 @@
1
+# Makefile for user application
2
+
3
+# Specify this directory relative to the current application.
4
+TOCK_USERLAND_BASE_DIR = ../..
5
6
+# Which files to compile.
7
+C_SRCS := $(wildcard *.c)
8
9
+STACK_SIZE := 6114
10
11
+# Include userland master makefile. Contains rules and flags for actually
12
+# building the application.
13
+include $(TOCK_USERLAND_BASE_DIR)/AppMakefile.mk
0 commit comments