Changes in uspace/Makefile [2d2b8e6:4ac901c] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r2d2b8e6 r4ac901c  
    3535DIRS = \
    3636        app/bdsh \
     37        app/blkdump \
     38        app/bnchmark \
     39        app/cc \
     40        app/cpp \
    3741        app/edit \
     42        app/ext2info \
    3843        app/getterm \
    3944        app/init \
     
    4146        app/killall \
    4247        app/klog \
     48        app/lsusb \
    4349        app/mkfat \
    4450        app/redir \
     
    4753        app/taskdump \
    4854        app/tester \
     55        app/testread \
    4956        app/tetris \
    5057        app/trace \
    5158        app/top \
     59        app/usbinfo \
     60        app/vuhid \
    5261        app/netecho \
    5362        app/nettest1 \
     
    5665        app/websrv \
    5766        app/sysinfo \
     67        app/mkbd \
    5868        srv/clip \
    5969        srv/devmap \
     
    7282        srv/fs/tmpfs \
    7383        srv/fs/devfs \
     84        srv/fs/ext2fs \
    7485        srv/hid/adb_mouse \
    7586        srv/hid/char_mouse \
     
    90101        drv/rootvirt \
    91102        drv/test1 \
    92         drv/test2
     103        drv/test2 \
     104        drv/test3 \
     105        drv/ehci_hcd \
     106        drv/ohci \
     107        drv/uhci_hcd \
     108        drv/uhci_rhd \
     109        drv/usbflbk \
     110        drv/usbhid \
     111        drv/usbhub \
     112        drv/usbmast \
     113        drv/usbmid \
     114        drv/usbmouse \
     115        drv/vhc
    93116
    94117## Networking
     
    149172        lib/packet \
    150173        lib/net \
     174        lib/ext2 \
     175        lib/usb \
     176        lib/usbhost \
     177        lib/usbdev \
     178        lib/usbhid \
     179        lib/usbvirt \
    151180        lib/posix
    152181
Note: See TracChangeset for help on using the changeset viewer.