summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-04 19:24:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-04 19:24:27 +0000
commit7e1e02b8a0fc6f448892b82203a4a77606eb83c9 (patch)
tree3e508a03b68f2a4f31a8d2d3f0c4499a6ba40f12 /nuttx/drivers/Makefile
parent6729d8d258aa6a8734779d5143aafaf56fe073b4 (diff)
downloadpx4-nuttx-7e1e02b8a0fc6f448892b82203a4a77606eb83c9.tar.gz
px4-nuttx-7e1e02b8a0fc6f448892b82203a4a77606eb83c9.tar.bz2
px4-nuttx-7e1e02b8a0fc6f448892b82203a4a77606eb83c9.zip
Add a basic power management framework
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3936 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 d1361e3b5..8c86feff6 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -56,6 +56,7 @@ include mmcsd/Make.defs
include mtd/Make.defs
include net/Make.defs
include pipes/Make.defs
+include pm/Make.defs
include sensors/Make.defs
include serial/Make.defs
include usbdev/Make.defs