summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/c5471/src/Makefile')
-rw-r--r--nuttx/arch/c5471/src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/c5471/src/Makefile b/nuttx/arch/c5471/src/Makefile
index d5dc016e1..a9c0fb117 100644
--- a/nuttx/arch/c5471/src/Makefile
+++ b/nuttx/arch/c5471/src/Makefile
@@ -38,7 +38,8 @@
MKDEP = $(TOPDIR)/tools/mkdeps.sh
CFLAGS += -I$(TOPDIR)/sched
-ASRCS = up_vectors.S up_saveusercontext.S up_fullcontextrestore.S
+ASRCS = up_vectors.S up_saveusercontext.S up_fullcontextrestore.S \
+ up_lowputc.S
AOBJS = $(ASRCS:.S=.o)
CSRCS = up_initialize.c up_initialstate.c up_idle.c \