Changes in uspace/Makefile [3e67ab1:09a0a8f0] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3e67ab1 r09a0a8f0  
    4242        app/getterm \
    4343        app/init \
    44         app/inet \
    4544        app/kill \
    4645        app/killall \
    4746        app/klog \
    48         app/loc \
     47        app/locinfo \
    4948        app/lsusb \
    5049        app/mkfat \
    51         app/mkexfat \
    5250        app/mkmfs \
    53         app/nterm \
    5451        app/redir \
    5552        app/sbi \
     
    6966        app/nettest3 \
    7067        app/ping \
     68        app/websrv \
    7169        app/sysinfo \
    7270        app/mkbd \
    73         app/websrv \
    74         srv/clipboard \
    75         srv/locsrv \
     71        srv/clip \
     72        srv/loc \
    7673        srv/devman \
    7774        srv/loader \
    78         srv/net/ethip \
    79         srv/net/inetsrv \
    80         srv/net/loopip \
    81         srv/net/tcp \
    82         srv/net/udp \
    8375        srv/ns \
    8476        srv/taskmon \
     
    10395        srv/hid/remcons \
    10496        srv/hw/char/s3c24xx_uart \
     97        srv/net/il/arp \
     98        srv/net/il/ip \
     99        srv/net/tl/icmp \
     100        srv/net/tl/udp \
     101        srv/net/tl/tcp \
     102        srv/net/nil/eth \
     103        srv/net/nil/nildummy \
     104        srv/net/net \
    105105        drv/infrastructure/root \
    106106        drv/infrastructure/rootvirt \
     
    121121        drv/bus/usb/usbmid \
    122122        drv/bus/usb/vhc \
     123        drv/nic/lo \
    123124        drv/nic/ne2k \
    124125        drv/nic/e1k \
     
    170171        DIRS += \
    171172                srv/hw/irc/obio
     173endif
     174
     175ifeq ($(UARCH),arm32)
     176        DIRS += \
     177                drv/infrastructure/rootamdm37x
    172178endif
    173179
Note: See TracChangeset for help on using the changeset viewer.