summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-16 22:07:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-16 22:07:14 +0000
commit55e3115447817eeb38232f38fc865bfe8403ef9c (patch)
tree4fddfc249ef1bf04db55549bd97195d1e58227d8 /nuttx/drivers/Makefile
parent106d2d8c86bd35ccba6a9f87124742df0d1759d5 (diff)
downloadpx4-nuttx-55e3115447817eeb38232f38fc865bfe8403ef9c.tar.gz
px4-nuttx-55e3115447817eeb38232f38fc865bfe8403ef9c.tar.bz2
px4-nuttx-55e3115447817eeb38232f38fc865bfe8403ef9c.zip
Move common parts of C5471 into drivers/ so it can be used by other platforms.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@75 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/Makefile')
-rw-r--r--nuttx/drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/Makefile b/nuttx/drivers/Makefile
index 8d687a67c..f992f5837 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -40,7 +40,7 @@ MKDEP = $(TOPDIR)/tools/mkdeps.sh
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = dev_null.c
+CSRCS = dev_null.c serial.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)