Changeset 33576fb2 in mainline


Ignore:
Timestamp:
2014-04-27T20:44:48Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6353d0fd
Parents:
d815b74
Message:

Remove msim from mainline as it has a better home in coastline.

Files:
6 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    rd815b74 r33576fb2  
    627627! CONFIG_PCC (n/y)
    628628
    629 % Build MSIM binary
    630 ! CONFIG_MSIM (n/y)
    631 
    632629% Line debugging information
    633630! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
  • boot/Makefile.common

    rd815b74 r33576fb2  
    226226endif
    227227
    228 ifeq ($(CONFIG_MSIM),y)
    229 RD_APPS_NON_ESSENTIAL += \
    230         $(USPACE_PATH)/app/msim/msim
    231 endif
    232 
    233228COMPONENTS = \
    234229        $(KERNEL_PATH)/kernel.bin \
  • uspace/Makefile

    rd815b74 r33576fb2  
    163163endif
    164164
    165 ifeq ($(CONFIG_MSIM),y)
    166 DIRS += \
    167         app/msim
    168 endif
    169 
    170165## Platform-specific hardware support
    171166#
Note: See TracChangeset for help on using the changeset viewer.