Changes in / [dd13349:7eaeec1] in mainline


Ignore:
Files:
62 added
5 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rdd13349 r7eaeec1  
    157157
    158158RD_APPS_NON_ESSENTIAL = \
     159        $(USPACE_PATH)/app/bithenge/bithenge \
    159160        $(USPACE_PATH)/app/blkdump/blkdump \
    160161        $(USPACE_PATH)/app/bnchmark/bnchmark \
  • uspace/Makefile

    rdd13349 r7eaeec1  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
     
    213214        lib/usbhid \
    214215        lib/usbvirt \
     216        lib/bithenge \
    215217        lib/posix
    216218
  • uspace/Makefile.common

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

    rdd13349 r7eaeec1  
    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

    rdd13349 r7eaeec1  
    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.