Changes in / [dd13349:7eaeec1] in mainline
- Files:
-
- 62 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
rdd13349 r7eaeec1 157 157 158 158 RD_APPS_NON_ESSENTIAL = \ 159 $(USPACE_PATH)/app/bithenge/bithenge \ 159 160 $(USPACE_PATH)/app/blkdump/blkdump \ 160 161 $(USPACE_PATH)/app/bnchmark/bnchmark \ -
uspace/Makefile
rdd13349 r7eaeec1 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \ 37 38 app/blkdump \ 38 39 app/bnchmark \ … … 213 214 lib/usbhid \ 214 215 lib/usbvirt \ 216 lib/bithenge \ 215 217 lib/posix 216 218 -
uspace/Makefile.common
rdd13349 r7eaeec1 134 134 LIBSCSI_PREFIX = $(LIB_PREFIX)/scsi 135 135 136 LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge 137 136 138 ifeq ($(STATIC_NEEDED),y) 137 139 STATIC_BUILD = y -
uspace/app/bdsh/Makefile
rdd13349 r7eaeec1 53 53 cmds/modules/unmount/unmount.c \ 54 54 cmds/modules/kcon/kcon.c \ 55 cmds/modules/cmp/cmp.c \ 55 56 cmds/builtins/batch/batch.c \ 56 57 cmds/builtins/exit/exit.c \ -
uspace/app/bdsh/cmds/modules/modules.h
rdd13349 r7eaeec1 63 63 #include "printf/entry.h" 64 64 #include "echo/entry.h" 65 #include "cmp/entry.h" 65 66 66 67 /* Each .def function fills the module_t struct with the individual name, entry … … 86 87 #include "printf/printf_def.h" 87 88 #include "echo/echo_def.h" 89 #include "cmp/cmp_def.h" 88 90 89 91 {NULL, NULL, NULL, NULL}
Note:
See TracChangeset
for help on using the changeset viewer.