summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-25 18:58:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-25 18:58:45 +0000
commit73dfef03becc80bcceb95d853c20273627fc7a29 (patch)
tree5dcec345cb88947eaf93995f409b89ea499bbe90 /nuttx/drivers/input/Make.defs
parent80d1c7ab4590471dca46d4ae7ae5d3211ad2cf8d (diff)
downloadpx4-nuttx-73dfef03becc80bcceb95d853c20273627fc7a29.tar.gz
px4-nuttx-73dfef03becc80bcceb95d853c20273627fc7a29.tar.bz2
px4-nuttx-73dfef03becc80bcceb95d853c20273627fc7a29.zip
PGA11x driver belongs in analog/ not input/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4978 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/input/Make.defs')
-rw-r--r--nuttx/drivers/input/Make.defs4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/drivers/input/Make.defs b/nuttx/drivers/input/Make.defs
index cd9174087..aaf08b827 100644
--- a/nuttx/drivers/input/Make.defs
+++ b/nuttx/drivers/input/Make.defs
@@ -63,10 +63,6 @@ ifneq ($(CONFIG_INPUT_STMPE811_TEMP_DISABLE),y)
endif
endif
-ifeq ($(CONFIG_INPUT_PGA11X),y)
- CSRCS += pga11x.c
-endif
-
# Include input device driver build support
DEPPATH += --dep-path input