summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ea3131/src/Makefile')
-rwxr-xr-xnuttx/configs/ea3131/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ea3131/src/Makefile b/nuttx/configs/ea3131/src/Makefile
index 07443cc87..44b1698f6 100755
--- a/nuttx/configs/ea3131/src/Makefile
+++ b/nuttx/configs/ea3131/src/Makefile
@@ -47,7 +47,7 @@ endif
ifeq ($(CONFIG_PAGING),y)
CSRCS += up_fillpage.c
endif
-ifeq ($(CONFIG_EXAMPLE),usbstorage)
+ifeq ($(CONFIG_APP_DIR),examples/usbstorage)
CSRCS += up_usbstrg.c
endif
COBJS = $(CSRCS:.c=$(OBJEXT))