Changeset 6c5ee7f0 in rtems for cpukit/libmisc/Makefile.am


Ignore:
Timestamp:
09/16/11 09:16:32 (12 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
7c9d27e
Parents:
fdc70e2
Message:

2011-09-16 Sebastian Huber <sebastian.huber@…>

  • libmisc/shell/shell-wait-for-input.c: New file.
  • libmisc/Makefile.am: Reflect change above.
  • libmisc/shell/shell.h: Declare rtems_shell_wait_for_input().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/Makefile.am

    rfdc70e2 r6c5ee7f0  
    104104    shell/main_time.c shell/main_mknod.c \
    105105    shell/main_setenv.c shell/main_getenv.c shell/main_unsetenv.c \
    106     shell/main_mkrfs.c shell/main_debugrfs.c
     106    shell/main_mkrfs.c shell/main_debugrfs.c \
     107    shell/shell-wait-for-input.c
    107108
    108109if LIBNETWORKING
Note: See TracChangeset for help on using the changeset viewer.