Changeset a7817010 in rtems


Ignore:
Timestamp:
09/29/14 15:21:00 (9 years ago)
Author:
Jennifer Averett <jennifer.averett@…>
Branches:
4.11, 5, master
Children:
8b11ff67
Parents:
6031da4
git-author:
Jennifer Averett <jennifer.averett@…> (09/29/14 15:21:00)
git-committer:
Jennifer Averett <jennifer.averett@…> (10/27/14 19:12:05)
Message:

libmisc: Add top to shell.

Location:
cpukit/libmisc
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/Makefile.am

    r6031da4 ra7817010  
    8989    shell/main_medit.c shell/main_mfill.c shell/main_mkdir.c \
    9090    shell/main_mount.c shell/main_mmove.c shell/main_msdosfmt.c \
    91     shell/main_mv.c shell/main_perioduse.c \
     91    shell/main_mv.c shell/main_perioduse.c shell/main_top.c \
    9292    shell/main_pwd.c shell/main_rm.c shell/main_rmdir.c shell/main_sleep.c \
    9393    shell/main_stackuse.c shell/main_tty.c shell/main_umask.c \
  • cpukit/libmisc/shell/shellconfig.h

    r6031da4 ra7817010  
    7979extern rtems_shell_cmd_t rtems_shell_HALT_Command;
    8080extern rtems_shell_cmd_t rtems_shell_CPUUSE_Command;
     81extern rtems_shell_cmd_t rtems_shell_TOP_Command;
    8182extern rtems_shell_cmd_t rtems_shell_STACKUSE_Command;
    8283extern rtems_shell_cmd_t rtems_shell_PERIODUSE_Command;
     
    410411    #endif
    411412    #if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
     413         !defined(CONFIGURE_SHELL_NO_COMMAND_TOP)) || \
     414        defined(CONFIGURE_SHELL_COMMAND_TOP)
     415      &rtems_shell_TOP_Command,
     416    #endif
     417     #if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
    412418         !defined(CONFIGURE_SHELL_NO_COMMAND_STACKUSE)) || \
    413419        defined(CONFIGURE_SHELL_COMMAND_STACKUSE)
Note: See TracChangeset for help on using the changeset viewer.