summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sh/src/sh1/Make.defs')
-rw-r--r--nuttx/arch/sh/src/sh1/Make.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/sh/src/sh1/Make.defs b/nuttx/arch/sh/src/sh1/Make.defs
index faa9d8562..184ab1428 100644
--- a/nuttx/arch/sh/src/sh1/Make.defs
+++ b/nuttx/arch/sh/src/sh1/Make.defs
@@ -47,7 +47,8 @@ CMN_CSRCS += up_schedulesigaction.c up_sigdeliver.c
endif
CHIP_ASRCS = sh1_vector.S sh1_saveusercontext.S
-CHIP_CSRCS = sh1_lowputc.c sh1_irq.c sh1_timerisr.c sh1_serial.c
+CHIP_CSRCS = sh1_lowputc.c sh1_irq.c sh1_timerisr.c sh1_serial.c \
+ sh1_initialstate.c sh1_dumpstate.c
ifeq ($(CONFIG_USBDEV),y)
CHIP_CSRCS +=