Changes in uspace/Makefile [75608143:954bf385] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r75608143 r954bf385  
    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 \
     44        app/mkminix \
    4845        app/redir \
    4946        app/sbi \
     
    5148        app/taskdump \
    5249        app/tester \
    53         app/testread \
    5450        app/tetris \
    5551        app/trace \
    5652        app/top \
    57         app/usbinfo \
    58         app/vuhid \
    5953        app/netecho \
    6054        app/nettest1 \
     
    6357        app/websrv \
    6458        app/sysinfo \
    65         app/mkbd \
    6659        srv/clip \
    6760        srv/devmap \
     
    8073        srv/fs/tmpfs \
    8174        srv/fs/devfs \
    82         srv/fs/ext2fs \
     75        srv/fs/minixfs \
    8376        srv/hid/adb_mouse \
    8477        srv/hid/char_mouse \
     
    9992        drv/rootvirt \
    10093        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
     94        drv/test2
    11495
    11596## Networking
     
    169150        lib/drv \
    170151        lib/packet \
    171         lib/net \
    172         lib/ext2 \
    173         lib/usb \
    174         lib/usbhost \
    175         lib/usbdev \
    176         lib/usbhid \
    177         lib/usbvirt
     152        lib/net
    178153
    179154LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.