Changes in uspace/Makefile [a376c9e:75608143] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra376c9e r75608143  
    3535DIRS = \
    3636        app/bdsh \
    37         app/cc \
    38         app/cpp \
     37        app/blkdump \
     38        app/bnchmark \
    3939        app/edit \
     40        app/ext2info \
    4041        app/getterm \
    4142        app/init \
     
    4344        app/killall \
    4445        app/klog \
     46        app/lsusb \
    4547        app/mkfat \
    4648        app/redir \
     
    4951        app/taskdump \
    5052        app/tester \
     53        app/testread \
    5154        app/tetris \
    5255        app/trace \
    5356        app/top \
     57        app/usbinfo \
     58        app/vuhid \
    5459        app/netecho \
    5560        app/nettest1 \
     
    5863        app/websrv \
    5964        app/sysinfo \
     65        app/mkbd \
    6066        srv/clip \
    6167        srv/devmap \
     
    7480        srv/fs/tmpfs \
    7581        srv/fs/devfs \
     82        srv/fs/ext2fs \
    7683        srv/hid/adb_mouse \
    7784        srv/hid/char_mouse \
     
    9299        drv/rootvirt \
    93100        drv/test1 \
    94         drv/test2
     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
    95114
    96115## Networking
     
    146165        lib/block \
    147166        lib/clui \
    148         lib/compat \
    149167        lib/softint \
    150168        lib/softfloat \
    151169        lib/drv \
    152170        lib/packet \
    153         lib/net
     171        lib/net \
     172        lib/ext2 \
     173        lib/usb \
     174        lib/usbhost \
     175        lib/usbdev \
     176        lib/usbhid \
     177        lib/usbvirt
    154178
    155179LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.