From 84ebd8284c5c2f190ee154e0124fc5ddccbb0361 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 25 Jan 2012 20:50:57 +0000 Subject: 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 --- apps/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/Makefile') 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) -- cgit v1.2.3