Changes in uspace/Makefile [75608143:2d2b8e6] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r75608143 r2d2b8e6  
    3535DIRS = \
    3636        app/bdsh \
    37         app/blkdump \
    38         app/bnchmark \
    3937        app/edit \
    40         app/ext2info \
    4138        app/getterm \
    4239        app/init \
     
    4441        app/killall \
    4542        app/klog \
    46         app/lsusb \
    4743        app/mkfat \
    4844        app/redir \
     
    5147        app/taskdump \
    5248        app/tester \
    53         app/testread \
    5449        app/tetris \
    5550        app/trace \
    5651        app/top \
    57         app/usbinfo \
    58         app/vuhid \
    5952        app/netecho \
    6053        app/nettest1 \
     
    6356        app/websrv \
    6457        app/sysinfo \
    65         app/mkbd \
    6658        srv/clip \
    6759        srv/devmap \
     
    8072        srv/fs/tmpfs \
    8173        srv/fs/devfs \
    82         srv/fs/ext2fs \
    8374        srv/hid/adb_mouse \
    8475        srv/hid/char_mouse \
     
    9990        drv/rootvirt \
    10091        drv/test1 \
    101         drv/test2 \
    102         drv/test3 \
    103         drv/ehci_hcd \
    104         drv/ohci \
    105         drv/uhci_hcd \
    106         drv/uhci_rhd \
    107         drv/usbflbk \
    108         drv/usbhid \
    109         drv/usbhub \
    110         drv/usbmast \
    111         drv/usbmid \
    112         drv/usbmouse \
    113         drv/vhc
     92        drv/test2
    11493
    11594## Networking
     
    170149        lib/packet \
    171150        lib/net \
    172         lib/ext2 \
    173         lib/usb \
    174         lib/usbhost \
    175         lib/usbdev \
    176         lib/usbhid \
    177         lib/usbvirt
     151        lib/posix
    178152
    179153LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.