summaryrefslogtreecommitdiff
path: root/apps/system/zmodem/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-14 11:05:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-14 11:05:23 -0600
commit2428fdc9def43aaf9d4da1452cb2a8c24aedd579 (patch)
tree6cb1eb67d6dd94f5ab4779a7cf741fb4b261c5c5 /apps/system/zmodem/Makefile
parentceeb75753a8594ceff6c1f34df03f8ae2c151d83 (diff)
downloadnuttx-2428fdc9def43aaf9d4da1452cb2a8c24aedd579.tar.gz
nuttx-2428fdc9def43aaf9d4da1452cb2a8c24aedd579.tar.bz2
nuttx-2428fdc9def43aaf9d4da1452cb2a8c24aedd579.zip
Initial check-ing of (non-working) Zmodem receive logic
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))