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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r09a0a8f0 r3e67ab1  
    4242        app/getterm \
    4343        app/init \
     44        app/inet \
    4445        app/kill \
    4546        app/killall \
    4647        app/klog \
    47         app/locinfo \
     48        app/loc \
    4849        app/lsusb \
    4950        app/mkfat \
     51        app/mkexfat \
    5052        app/mkmfs \
     53        app/nterm \
    5154        app/redir \
    5255        app/sbi \
     
    6669        app/nettest3 \
    6770        app/ping \
    68         app/websrv \
    6971        app/sysinfo \
    7072        app/mkbd \
    71         srv/clip \
    72         srv/loc \
     73        app/websrv \
     74        srv/clipboard \
     75        srv/locsrv \
    7376        srv/devman \
    7477        srv/loader \
     78        srv/net/ethip \
     79        srv/net/inetsrv \
     80        srv/net/loopip \
     81        srv/net/tcp \
     82        srv/net/udp \
    7583        srv/ns \
    7684        srv/taskmon \
     
    95103        srv/hid/remcons \
    96104        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 \
    124123        drv/nic/ne2k \
    125124        drv/nic/e1k \
     
    171170        DIRS += \
    172171                srv/hw/irc/obio
    173 endif
    174 
    175 ifeq ($(UARCH),arm32)
    176         DIRS += \
    177                 drv/infrastructure/rootamdm37x
    178172endif
    179173
Note: See TracChangeset for help on using the changeset viewer.