summaryrefslogtreecommitdiff
path: root/apps/system/zmodem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/zmodem/Makefile')
-rw-r--r--apps/system/zmodem/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/system/zmodem/Makefile b/apps/system/zmodem/Makefile
index 7f2bc2277..571e0d2de 100644
--- a/apps/system/zmodem/Makefile
+++ b/apps/system/zmodem/Makefile
@@ -44,13 +44,13 @@ endif
# Zmodem sz and rz commands
PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 768
+STACKSIZE = 1536
ASRCS =
-CSRCS = sz_main.c
+CSRCS = sz_main.c zm_send.c
CSRCS += rz_main.c
-CSRCS += zm_proto.c zm_watchdog.c zm_utils.c zm_dumpbuffer.c
+CSRCS += zm_state.c zm_proto.c zm_watchdog.c zm_utils.c zm_dumpbuffer.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))