Changeset 8013637 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-07-20T13:51:28Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8fccd42
Parents:
c5bff3c (diff), 7030bc9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

More mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc5bff3c r8013637  
    4242        app/getterm \
    4343        app/init \
    44         app/inetcfg \
     44        app/inet \
    4545        app/kill \
    4646        app/killall \
    4747        app/klog \
    48         app/locinfo \
     48        app/loc \
    4949        app/lsusb \
    5050        app/mkfat \
    5151        app/mkexfat \
    5252        app/mkmfs \
     53        app/nterm \
    5354        app/redir \
    5455        app/sbi \
     
    6869        app/nettest3 \
    6970        app/ping \
    70         app/websrv \
    7171        app/sysinfo \
    7272        app/mkbd \
     73        app/websrv \
    7374        srv/clipboard \
    74         srv/loc \
     75        srv/locsrv \
    7576        srv/devman \
    7677        srv/loader \
    7778        srv/net/ethip \
    78         srv/net/inet \
     79        srv/net/inetsrv \
    7980        srv/net/loopip \
    8081        srv/net/tcp \
     
    8485        srv/vfs \
    8586        srv/bd/ata_bd \
     87        srv/bd/sata_bd \
    8688        srv/bd/file_bd \
    8789        srv/bd/gxe_bd \
     
    104106        drv/infrastructure/root \
    105107        drv/infrastructure/rootvirt \
     108        drv/block/ahci \
    106109        drv/char/i8042 \
    107110        drv/char/ps2mouse \
     
    135138DIRS += \
    136139        app/binutils
     140endif
     141
     142ifeq ($(CONFIG_MSIM),y)
     143DIRS += \
     144        app/msim
    137145endif
    138146
Note: See TracChangeset for help on using the changeset viewer.