Changes in / [be1dcc26:faa45c17] in mainline


Ignore:
Files:
68 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

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

    rbe1dcc26 rfaa45c17  
    3535DIRS = \
    3636        app/bdsh \
    37         app/bithenge \
    3837        app/blkdump \
    3938        app/bnchmark \
     
    220219        lib/usbhid \
    221220        lib/usbvirt \
    222         lib/bithenge \
    223221        lib/posix
    224222
  • uspace/Makefile.common

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

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

    rbe1dcc26 rfaa45c17  
    6363#include "printf/entry.h"
    6464#include "echo/entry.h"
    65 #include "cmp/entry.h"
    6665
    6766/* Each .def function fills the module_t struct with the individual name, entry
     
    8786#include "printf/printf_def.h"
    8887#include "echo/echo_def.h"
    89 #include "cmp/cmp_def.h"
    9088
    9189        {NULL, NULL, NULL, NULL}
Note: See TracChangeset for help on using the changeset viewer.