From 2428fdc9def43aaf9d4da1452cb2a8c24aedd579 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 14 Jul 2013 11:05:23 -0600 Subject: Initial check-ing of (non-working) Zmodem receive logic --- apps/system/zmodem/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system/zmodem/Makefile') 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)) -- cgit v1.2.3