summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-11 00:32:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-11 00:32:53 +0000
commit24af177eb1a3e7036f8a3ee5342970ddeb151124 (patch)
treecb21dffb332218477b6ad468053c61df6b9d8830 /nuttx/drivers/Makefile
parentd52c77f6349fdb61f27818e2f85a217509f949ce (diff)
downloadpx4-nuttx-24af177eb1a3e7036f8a3ee5342970ddeb151124.tar.gz
px4-nuttx-24af177eb1a3e7036f8a3ee5342970ddeb151124.tar.bz2
px4-nuttx-24af177eb1a3e7036f8a3ee5342970ddeb151124.zip
Add a RAM-based logging device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4379 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/Makefile')
-rw-r--r--nuttx/drivers/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/drivers/Makefile b/nuttx/drivers/Makefile
index 9d804871e..332233d52 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -70,6 +70,10 @@ ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
CSRCS += ramdisk.c rwbuffer.c
endif
+ifeq ($(CONFIG_RAMLOG),y)
+ CSRCS += ramlog.c
+endif
+
ifeq ($(CONFIG_CAN),y)
CSRCS += can.c
endif