Changes in uspace/Makefile [3e67ab1:a54bd98] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3e67ab1 ra54bd98  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
     
    138139endif
    139140
     141ifeq ($(CONFIG_MSIM),y)
     142DIRS += \
     143        app/msim
     144endif
     145
    140146## Platform-specific hardware support
    141147#
Note: See TracChangeset for help on using the changeset viewer.