summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-25 20:50:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-25 20:50:57 +0000
commit84ebd8284c5c2f190ee154e0124fc5ddccbb0361 (patch)
tree06de0c56741cb003cbee8ad7eb8e0f0f77adc2b1 /apps/examples/Makefile
parent657f0d2092b325bbaec6d61cce725295e38df61e (diff)
downloadnuttx-84ebd8284c5c2f190ee154e0124fc5ddccbb0361.tar.gz
nuttx-84ebd8284c5c2f190ee154e0124fc5ddccbb0361.tar.bz2
nuttx-84ebd8284c5c2f190ee154e0124fc5ddccbb0361.zip
Massive name change USB STRG -> USB MSC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4335 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index e17b2d70b..297924d0e 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -85,7 +85,7 @@ endif
ifeq ($(CONFIG_EXAMPLES_TOUCHSCREEN_BUILTIN),y)
CNTXTDIRS += touchscreen
endif
-ifeq ($(CONFIG_EXAMPLES_USBSTRG_BUILTIN),y)
+ifeq ($(CONFIG_EXAMPLES_USBMSC_BUILTIN),y)
CNTXTDIRS += usbstorage
endif
ifeq ($(CONFIG_EXAMPLES_USBTERM_BUILTIN),y)