From 55a34548ccc4fc7aa55ad585b007c7d77d8cf937 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 Sep 2013 16:54:39 -0600 Subject: Move apps/examples/usbmsc to apps/system/usbmsc --- apps/examples/Make.defs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/examples/Make.defs') diff --git a/apps/examples/Make.defs b/apps/examples/Make.defs index 12f554654..a5e4dc087 100644 --- a/apps/examples/Make.defs +++ b/apps/examples/Make.defs @@ -270,10 +270,6 @@ ifeq ($(CONFIG_EXAMPLES_USBSERIAL),y) CONFIGURED_APPS += examples/usbserial endif -ifeq ($(CONFIG_EXAMPLES_USBMSC),y) -CONFIGURED_APPS += examples/usbmsc -endif - ifeq ($(CONFIG_EXAMPLES_USBTERM),y) CONFIGURED_APPS += examples/usbterm endif -- cgit v1.2.3