summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-24 15:42:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-24 15:42:13 +0000
commitba2f5177924bb9606bda472791bc70fd28f54a6c (patch)
treeb4ad149601e3063f69d54ecc5326a75dbcb9bdd6 /nuttx/drivers/Makefile
parent1bfdfa0a3e0e30fdd1604cfb8ca28e54687d6835 (diff)
downloadpx4-nuttx-ba2f5177924bb9606bda472791bc70fd28f54a6c.tar.gz
px4-nuttx-ba2f5177924bb9606bda472791bc70fd28f54a6c.tar.bz2
px4-nuttx-ba2f5177924bb9606bda472791bc70fd28f54a6c.zip
Separate byte-oriented interrupt handling logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@950 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/Makefile')
-rw-r--r--nuttx/drivers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/drivers/Makefile b/nuttx/drivers/Makefile
index 55e703015..7a3463b2f 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -44,7 +44,8 @@ AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS =
ifneq ($(CONFIG_NFILE_DESCRIPTORS),0)
-CSRCS += dev_null.c dev_zero.c pipe.c fifo.c pipe_common.c serial.c lowconsole.c can.c
+CSRCS += dev_null.c dev_zero.c pipe.c fifo.c pipe_common.c \
+ serial.c serialirq.c lowconsole.c can.c
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
CSRCS += ramdisk.c
endif