From 339fd66572d51eb284daf31ba5076cacc7874dd1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Oct 2008 21:49:39 +0000 Subject: 2008-10-02 Joel Sherrill * fileio/init.c: When USE_SHELL not defined, do not attempt to configure shell. --- testsuites/samples/ChangeLog | 5 +++++ testsuites/samples/fileio/init.c | 2 ++ 2 files changed, 7 insertions(+) (limited to 'testsuites') diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 8668d51f40..6056fd1909 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,8 @@ +2008-10-02 Joel Sherrill + + * fileio/init.c: When USE_SHELL not defined, do not attempt to + configure shell. + 2008-10-02 Joel Sherrill * unlimited/system.h: 10000 task ids is too many for some targets. diff --git a/testsuites/samples/fileio/init.c b/testsuites/samples/fileio/init.c index 0b0d3c041c..389cbd023a 100644 --- a/testsuites/samples/fileio/init.c +++ b/testsuites/samples/fileio/init.c @@ -654,6 +654,7 @@ Init (rtems_task_argument ignored) fileio_menu(); } +#if defined(USE_SHELL) /* * RTEMS Shell Configuration -- Add a command and an alias for it */ @@ -689,4 +690,5 @@ rtems_shell_alias_t Shell_USERECHO_Alias = { #define CONFIGURE_SHELL_MOUNT_MSDOS #include +#endif -- cgit v1.2.3