summaryrefslogtreecommitdiff
path: root/nuttx/configs/mbed/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mbed/src/Makefile')
-rwxr-xr-xnuttx/configs/mbed/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/mbed/src/Makefile b/nuttx/configs/mbed/src/Makefile
index 98b824b66..876f77b7d 100755
--- a/nuttx/configs/mbed/src/Makefile
+++ b/nuttx/configs/mbed/src/Makefile
@@ -42,7 +42,7 @@ CSRCS = up_boot.c up_leds.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif
-ifeq ($(CONFIG_APP_DIR),examples/usbstorage)
+ifeq ($(CONFIG_USBSTRG),y)
CSRCS += up_usbstrg.c
endif