aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-22 16:42:49 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-22 16:42:49 +0000
commit0068180bf82411052452587a4fae3a9f6971950b (patch)
treea8318c2dddbe4ecd66f431e93f8ac7e1fe5adabe /nuttx/drivers/Makefile
parentcb1242d496133d75a3214186d3a3c4a19ca3f64e (diff)
downloadpx4-firmware-0068180bf82411052452587a4fae3a9f6971950b.tar.gz
px4-firmware-0068180bf82411052452587a4fae3a9f6971950b.tar.bz2
px4-firmware-0068180bf82411052452587a4fae3a9f6971950b.zip
Create directory structures to support power-related devices
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4321 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/drivers/Makefile')
-rw-r--r--nuttx/drivers/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/Makefile b/nuttx/drivers/Makefile
index 4254acac0..9d804871e 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -1,7 +1,7 @@
############################################################################
# drivers/Makefile
#
-# Copyright (C) 2007-2011 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -56,7 +56,7 @@ include mmcsd/Make.defs
include mtd/Make.defs
include net/Make.defs
include pipes/Make.defs
-include pm/Make.defs
+include power/Make.defs
include sensors/Make.defs
include serial/Make.defs
include usbdev/Make.defs