summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-14 03:07:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-14 03:07:54 +0000
commitf80559d5d2f7ddd8da451ade9729214e8a0cb699 (patch)
treeebfb7919e9920dad82182ccfe2097c5574a05914 /nuttx/drivers/Makefile
parentfb1527fc147f7db3601c3cb873719cfbd143f1ca (diff)
downloadpx4-nuttx-f80559d5d2f7ddd8da451ade9729214e8a0cb699.tar.gz
px4-nuttx-f80559d5d2f7ddd8da451ade9729214e8a0cb699.tar.bz2
px4-nuttx-f80559d5d2f7ddd8da451ade9729214e8a0cb699.zip
Add loop device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1231 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 33d9c096a..8d03a1918 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -59,7 +59,7 @@ 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 serialirq.c lowconsole.c can.c
+ loop.c serial.c serialirq.c lowconsole.c can.c
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
CSRCS += ramdisk.c
endif