Changes in / [faa45c17:be1dcc26] in mainline


Ignore:
Files:
68 added
5 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rfaa45c17 rbe1dcc26  
    159159
    160160RD_APPS_NON_ESSENTIAL = \
     161        $(USPACE_PATH)/app/bithenge/bithenge \
    161162        $(USPACE_PATH)/app/blkdump/blkdump \
    162163        $(USPACE_PATH)/app/bnchmark/bnchmark \
  • uspace/Makefile

    rfaa45c17 rbe1dcc26  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
     
    219220        lib/usbhid \
    220221        lib/usbvirt \
     222        lib/bithenge \
    221223        lib/posix
    222224
  • uspace/Makefile.common

    rfaa45c17 rbe1dcc26  
    134134LIBSCSI_PREFIX = $(LIB_PREFIX)/scsi
    135135
     136LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge
     137
    136138ifeq ($(STATIC_NEEDED),y)
    137139        STATIC_BUILD = y
  • uspace/app/bdsh/Makefile

    rfaa45c17 rbe1dcc26  
    5353        cmds/modules/unmount/unmount.c \
    5454        cmds/modules/kcon/kcon.c \
     55        cmds/modules/cmp/cmp.c \
    5556        cmds/builtins/batch/batch.c \
    5657        cmds/builtins/exit/exit.c \
  • uspace/app/bdsh/cmds/modules/modules.h

    rfaa45c17 rbe1dcc26  
    6363#include "printf/entry.h"
    6464#include "echo/entry.h"
     65#include "cmp/entry.h"
    6566
    6667/* Each .def function fills the module_t struct with the individual name, entry
     
    8687#include "printf/printf_def.h"
    8788#include "echo/echo_def.h"
     89#include "cmp/cmp_def.h"
    8890
    8991        {NULL, NULL, NULL, NULL}
Note: See TracChangeset for help on using the changeset viewer.