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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r954bf385 r75608143  
    3535DIRS = \
    3636        app/bdsh \
     37        app/blkdump \
     38        app/bnchmark \
    3739        app/edit \
     40        app/ext2info \
    3841        app/getterm \
    3942        app/init \
     
    4144        app/killall \
    4245        app/klog \
     46        app/lsusb \
    4347        app/mkfat \
    44         app/mkminix \
    4548        app/redir \
    4649        app/sbi \
     
    4851        app/taskdump \
    4952        app/tester \
     53        app/testread \
    5054        app/tetris \
    5155        app/trace \
    5256        app/top \
     57        app/usbinfo \
     58        app/vuhid \
    5359        app/netecho \
    5460        app/nettest1 \
     
    5763        app/websrv \
    5864        app/sysinfo \
     65        app/mkbd \
    5966        srv/clip \
    6067        srv/devmap \
     
    7380        srv/fs/tmpfs \
    7481        srv/fs/devfs \
    75         srv/fs/minixfs \
     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
     
    150169        lib/drv \
    151170        lib/packet \
    152         lib/net
     171        lib/net \
     172        lib/ext2 \
     173        lib/usb \
     174        lib/usbhost \
     175        lib/usbdev \
     176        lib/usbhid \
     177        lib/usbvirt
    153178
    154179LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.