From 5ec5d2ad4dc73eb8235d42f6b823754b53d7223d Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 5 May 2012 23:17:25 +0000 Subject: Add GPIO support to STMPE11 driver; NFS update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4701 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/input/Make.defs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/drivers/input/Make.defs') diff --git a/nuttx/drivers/input/Make.defs b/nuttx/drivers/input/Make.defs index ff01217cb..5d8d121db 100644 --- a/nuttx/drivers/input/Make.defs +++ b/nuttx/drivers/input/Make.defs @@ -49,6 +49,9 @@ endif ifeq ($(CONFIG_INPUT_STMPE11),y) CSRCS += stmpe11_base.c +ifneq ($(CONFIG_INPUT_STMPE11_GPIO_DISABLE),y) + CSRCS += stmpe11_gpio.c +endif endif # Include input device driver build support -- cgit v1.2.3