Changes in boot/Makefile.common [3e67ab1:a54bd98] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r3e67ab1 ra54bd98  
    149149
    150150RD_APPS_NON_ESSENTIAL = \
     151        $(USPACE_PATH)/app/bithenge/bithenge \
    151152        $(USPACE_PATH)/app/blkdump/blkdump \
    152153        $(USPACE_PATH)/app/bnchmark/bnchmark \
     
    201202endif
    202203
     204ifeq ($(CONFIG_MSIM),y)
     205RD_APPS_NON_ESSENTIAL += \
     206        $(USPACE_PATH)/app/msim/msim
     207endif
     208
    203209COMPONENTS = \
    204210        $(KERNEL_PATH)/kernel.bin \
Note: See TracChangeset for help on using the changeset viewer.