Changeset 4db37d1 in mainline
- Timestamp:
- 2019-05-18T06:41:56Z (6 years ago)
- Children:
- 95f603c
- Parents:
- 9fe1635
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-16 08:04:04)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-18 06:41:56)
- Location:
- uspace/app/bdsh
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/Makefile
r9fe1635 r4db37d1 53 53 cmds/modules/kcon/kcon.c \ 54 54 cmds/modules/cmp/cmp.c \ 55 cmds/modules/layout/layout.c \ 55 56 cmds/builtins/builtin_aliases.c \ 56 57 cmds/builtins/builtins.c \ -
uspace/app/bdsh/cmds/modules/modules.c
r9fe1635 r4db37d1 63 63 #include "echo/entry.h" 64 64 #include "cmp/entry.h" 65 #include "layout/entry.h" 65 66 66 67 /* … … 88 89 #include "echo/echo_def.inc" 89 90 #include "cmp/cmp_def.inc" 91 #include "layout/layout_def.inc" 90 92 91 93 { NULL, NULL, NULL, NULL }
Note:
See TracChangeset
for help on using the changeset viewer.