Changeset 071640d in rtems
- Timestamp:
- 08/02/22 11:00:09 (10 months ago)
- Branches:
- master
- Children:
- c64c638
- Parents:
- 4d77f725
- git-author:
- Chris Johns <chrisj@…> (08/02/22 11:00:09)
- git-committer:
- Chris Johns <chrisj@…> (08/03/22 00:46:10)
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/include/rtems/shellconfig.h
r4d77f725 r071640d 111 111 extern rtems_shell_cmd_t rtems_shell_PROFREPORT_Command; 112 112 extern rtems_shell_cmd_t rtems_shell_WKSPACE_INFO_Command; 113 extern rtems_shell_cmd_t rtems_shell_RTEMS_Command; 113 114 extern rtems_shell_cmd_t rtems_shell_MALLOC_INFO_Command; 114 115 extern rtems_shell_cmd_t rtems_shell_RTRACE_Command; … … 490 491 &rtems_shell_WKSPACE_INFO_Command, 491 492 #endif 493 #if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \ 494 !defined(CONFIGURE_SHELL_NO_COMMAND_RTEMS)) || \ 495 defined(CONFIGURE_SHELL_COMMAND_RTEMS) 496 &rtems_shell_RTEMS_Command, 497 #endif 492 498 493 499 /* -
spec/build/cpukit/objshell.yml
r4d77f725 r071640d 83 83 - cpukit/libmisc/shell/main_rmdir.c 84 84 - cpukit/libmisc/shell/main_rtc.c 85 - cpukit/libmisc/shell/main_rtems.c 85 86 - cpukit/libmisc/shell/main_rtrace.c 86 87 - cpukit/libmisc/shell/main_setenv.c
Note: See TracChangeset
for help on using the changeset viewer.