Changes in uspace/Makefile [3e67ab1:1b46b77] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3e67ab1 r1b46b77  
    4747        app/klog \
    4848        app/loc \
     49        app/logview \
    4950        app/lsusb \
    5051        app/mkfat \
     
    7475        srv/clipboard \
    7576        srv/locsrv \
     77        srv/logger \
    7678        srv/devman \
    7779        srv/loader \
     
    138140endif
    139141
     142ifeq ($(CONFIG_MSIM),y)
     143DIRS += \
     144        app/msim
     145endif
     146
    140147## Platform-specific hardware support
    141148#
Note: See TracChangeset for help on using the changeset viewer.