From a98c9af060ce31895336fd3170e5efc961f1b298 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 3 Aug 2012 23:47:32 +0000 Subject: Extend the NSH mount command so that it will enumerate mountpoints if no arguments are provided git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5006 42af7a65-404d-4744-a932-0658087f49c3 --- apps/nshlib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/nshlib/Makefile') diff --git a/apps/nshlib/Makefile b/apps/nshlib/Makefile index ba162a086..f616374bf 100644 --- a/apps/nshlib/Makefile +++ b/apps/nshlib/Makefile @@ -59,6 +59,10 @@ ifeq ($(CONFIG_RTC),y) CSRCS += nsh_timcmds.c endif +ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y) +CSRCS += nsh_mntcmds.c +endif + ifeq ($(CONFIG_NSH_CONSOLE),y) CSRCS += nsh_consolemain.c endif -- cgit v1.2.3