summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-06 16:28:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-06 16:28:43 +0000
commit789a796f848fb29e37a151f5f59d5ac0b931e6aa (patch)
tree71e0c8d75be51900ab3ecfda2b5b7f1fe0bc2c48 /nuttx/drivers/input/Make.defs
parentd19b70144e2dfb363c07ead39d9ec5a85b46e091 (diff)
downloadpx4-nuttx-789a796f848fb29e37a151f5f59d5ac0b931e6aa.tar.gz
px4-nuttx-789a796f848fb29e37a151f5f59d5ac0b931e6aa.tar.bz2
px4-nuttx-789a796f848fb29e37a151f5f59d5ac0b931e6aa.zip
Add STMPE11 temperature sensor logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4704 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/input/Make.defs')
-rw-r--r--nuttx/drivers/input/Make.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/drivers/input/Make.defs b/nuttx/drivers/input/Make.defs
index c8d24649b..c7c715b70 100644
--- a/nuttx/drivers/input/Make.defs
+++ b/nuttx/drivers/input/Make.defs
@@ -58,6 +58,9 @@ endif
ifneq ($(CONFIG_INPUT_STMPE11_ADC_DISABLE),y)
CSRCS += stmpe11_adc.c
endif
+ifneq ($(CONFIG_INPUT_STMPE11_TEMP_DISABLE),y)
+ CSRCS += stmpe11_temp.c
+endif
endif
# Include input device driver build support