summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-19 14:05:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-19 14:05:05 +0000
commitee0edf356a193bfcfbee15cc649a3f90e5d26e06 (patch)
tree8676e16ca6d8eb39021d46bbaf884526b796ed86 /nuttx/drivers/Makefile
parent3ac86afb7d50751162712d5d7bb1324998d61982 (diff)
downloadnuttx-ee0edf356a193bfcfbee15cc649a3f90e5d26e06.tar.gz
nuttx-ee0edf356a193bfcfbee15cc649a3f90e5d26e06.tar.bz2
nuttx-ee0edf356a193bfcfbee15cc649a3f90e5d26e06.zip
Add ADC sub-system and drivers from Lzyy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3895 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/Makefile')
-rw-r--r--nuttx/drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/drivers/Makefile b/nuttx/drivers/Makefile
index 2ba6c8f22..d1361e3b5 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -48,6 +48,7 @@ VPATH = .
# files to the source file list, add its DEPPATH info, and will add
# the appropriate paths to the VPATH variable
+include analog/Make.defs
include bch/Make.defs
include input/Make.defs
include lcd/Make.defs