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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/zmodem/Makefile b/apps/system/zmodem/Makefile
index 571e0d2de..8607863ba 100644
--- a/apps/system/zmodem/Makefile
+++ b/apps/system/zmodem/Makefile
@@ -49,7 +49,7 @@ STACKSIZE = 1536
ASRCS =
CSRCS = sz_main.c zm_send.c
-CSRCS += rz_main.c
+CSRCS += rz_main.c zm_receive.c
CSRCS += zm_state.c zm_proto.c zm_watchdog.c zm_utils.c zm_dumpbuffer.c
AOBJS = $(ASRCS:.S=$(OBJEXT))