summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-29 00:54:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-29 00:54:22 +0000
commit05738115218b3090bce9e5e3e279e0a9f5df194d (patch)
treeb1005787ec664d9595472abbc73bba602d0e00e6 /nuttx/configs/stm3220g-eval/src/Makefile
parenta6eddbb85537ebee6860b0c38ab48be615b297f6 (diff)
downloadpx4-nuttx-05738115218b3090bce9e5e3e279e0a9f5df194d.tar.gz
px4-nuttx-05738115218b3090bce9e5e3e279e0a9f5df194d.tar.bz2
px4-nuttx-05738115218b3090bce9e5e3e279e0a9f5df194d.zip
Massive naming fix: STMPE11->STMPE811
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4782 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3220g-eval/src/Makefile')
-rw-r--r--nuttx/configs/stm3220g-eval/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3220g-eval/src/Makefile b/nuttx/configs/stm3220g-eval/src/Makefile
index 44cc7f1d1..96ad0d10c 100644
--- a/nuttx/configs/stm3220g-eval/src/Makefile
+++ b/nuttx/configs/stm3220g-eval/src/Makefile
@@ -84,8 +84,8 @@ ifeq ($(CONFIG_WATCHDOG),y)
CSRCS += up_watchdog.c
endif
-ifeq ($(CONFIG_INPUT_STMPE11),y)
-CSRCS += up_stmpe11.c
+ifeq ($(CONFIG_INPUT_STMPE811),y)
+CSRCS += up_stmpe811.c
endif
COBJS = $(CSRCS:.c=$(OBJEXT))