Changes in uspace/Makefile [9904eb90:aef1799] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r9904eb90 raef1799  
    3838        app/bnchmark \
    3939        app/devctl \
     40        app/drec \
    4041        app/edit \
    4142        app/ext2info \
     
    4849        app/loc \
    4950        app/lsusb \
     51        app/mixerctl \
    5052        app/mkfat \
    5153        app/mkexfat \
     
    7173        app/sysinfo \
    7274        app/mkbd \
     75        app/wavplay \
    7376        app/websrv \
     77        srv/audio/hound \
    7478        srv/clipboard \
    7579        srv/locsrv \
     
    8589        srv/vfs \
    8690        srv/bd/ata_bd \
    87         srv/bd/sata_bd \
    8891        srv/bd/file_bd \
    8992        srv/bd/gxe_bd \
     
    104107        srv/hid/remcons \
    105108        srv/hw/char/s3c24xx_uart \
     109        drv/audio/sb16 \
    106110        drv/infrastructure/root \
    107111        drv/infrastructure/rootvirt \
    108         drv/block/ahci \
    109112        drv/char/i8042 \
    110113        drv/char/ps2mouse \
     
    193196        lib/drv \
    194197        lib/fb \
     198        lib/hound \
    195199        lib/net \
    196200        lib/nic \
     
    201205        lib/usbhid \
    202206        lib/usbvirt \
     207        lib/pcm \
    203208        lib/posix
    204209
Note: See TracChangeset for help on using the changeset viewer.