Changes in uspace/Makefile [7af0cc5:a14f346] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r7af0cc5 ra14f346  
    3838        app/blkdump \
    3939        app/bnchmark \
    40         app/corecfg \
    4140        app/devctl \
    42         app/dnscfg \
    43         app/dnsres \
    4441        app/edit \
    4542        app/getterm \
     
    5148        app/loc \
    5249        app/logset \
    53         app/mixerctl \
    5450        app/mkfat \
    5551        app/mkexfat \
     
    7470        app/nettest3 \
    7571        app/ping \
    76         app/ping6 \
    7772        app/sysinfo \
    7873        app/mkbd \
    7974        app/date \
     75        app/websrv \
    8076        app/vdemo \
    8177        app/vlaunch \
    8278        app/vterm \
    83         app/df \
    84         app/wavplay \
    85         app/websrv \
    86         srv/audio/hound \
    8779        srv/clipboard \
    8880        srv/locsrv \
     
    9082        srv/devman \
    9183        srv/loader \
    92         srv/net/dhcp \
    93         srv/net/dnsrsrv \
    9484        srv/net/ethip \
    9585        srv/net/inetsrv \
    9686        srv/net/loopip \
    97         srv/net/nconfsrv \
    98         srv/net/slip \
    9987        srv/net/tcp \
    10088        srv/net/udp \
     
    10290        srv/taskmon \
    10391        srv/vfs \
     92        srv/bd/ata_bd \
    10493        srv/bd/sata_bd \
    10594        srv/bd/file_bd \
     95        srv/bd/gxe_bd \
    10696        srv/bd/rd \
    10797        srv/bd/part/guid_part \
     
    123113        srv/hid/remcons \
    124114        srv/hw/char/s3c24xx_uart \
    125         srv/hid/rfb \
    126         drv/audio/sb16 \
    127115        drv/infrastructure/root \
    128116        drv/infrastructure/rootvirt \
    129117        drv/block/ahci \
    130         drv/block/ata_bd \
    131118        drv/char/i8042 \
    132119        drv/char/ps2mouse \
     
    148135        drv/nic/ne2k \
    149136        drv/nic/e1k \
    150         drv/nic/rtl8139
     137        drv/nic/rtl8139 \
    151138
    152139ifeq ($(CONFIG_PCC),y)
     
    191178                srv/hw/irc/apic \
    192179                srv/hw/irc/i8259
    193 endif
    194 
    195 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    196         DIRS += \
    197                 drv/infrastructure/rootmalta \
    198                 drv/bus/pci/pciintel \
    199                 drv/bus/isa
    200180endif
    201181
     
    233213        lib/graph \
    234214        lib/gui \
    235         lib/hound \
    236215        lib/softrend \
    237216        lib/draw \
     
    244223        lib/usbhid \
    245224        lib/usbvirt \
    246         lib/pcm \
    247225        lib/bithenge \
    248226        lib/posix
Note: See TracChangeset for help on using the changeset viewer.