summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-05 18:15:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-05 18:15:06 +0000
commita2c5e1beaba39c2d5e740f5c334af156fbbcaf61 (patch)
tree6b5a49ce8186b52eeacb36f5deb09e0e986b3500 /nuttx/drivers/Makefile
parent5f6797a5963b61c3b91a0161a9c9f2a373c4a0fe (diff)
downloadpx4-nuttx-a2c5e1beaba39c2d5e740f5c334af156fbbcaf61.tar.gz
px4-nuttx-a2c5e1beaba39c2d5e740f5c334af156fbbcaf61.tar.bz2
px4-nuttx-a2c5e1beaba39c2d5e740f5c334af156fbbcaf61.zip
Add generic support for read-ahead buffering and write buffering in block drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2227 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 2afd27f2f..0433eda57 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -90,7 +90,7 @@ CSRCS =
ifneq ($(CONFIG_NFILE_DESCRIPTORS),0)
CSRCS += dev_null.c dev_zero.c loop.c can.c
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
-CSRCS += ramdisk.c
+CSRCS += ramdisk.c rwbuffer.c
endif
endif
CSRCS += $(SERIAL_CSRCS) $(NET_CSRCS) $(PIPE_CSRCS) $(USBDEV_CSRCS) \