summaryrefslogtreecommitdiff
path: root/nuttx/arch/pjrc-8051/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/pjrc-8051/src/Makefile')
-rw-r--r--nuttx/arch/pjrc-8051/src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/pjrc-8051/src/Makefile b/nuttx/arch/pjrc-8051/src/Makefile
index 5adb30284..1ba57af9c 100644
--- a/nuttx/arch/pjrc-8051/src/Makefile
+++ b/nuttx/arch/pjrc-8051/src/Makefile
@@ -47,7 +47,8 @@ CSRCS = up_initialize.c up_idle.c up_interruptcontext.c \
up_initialstate.c up_unblocktask.c up_blocktask.c \
up_releasepending.c up_reprioritizertr.c \
up_exit.c up_assert.c up_allocateheap.c \
- up_irq.c up_savecontext.c up_restorecontext.c up_putc.c
+ up_irq.c up_savecontext.c up_restorecontext.c \
+ up_timerisr.c up_putc.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(SSRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)