Changeset 1affcdf3 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-06-10T19:33:41Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1878386
Parents:
13ecdac9 (diff), 79a141a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r13ecdac9 r1affcdf3  
    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 \
    4448        app/mkminix \
     
    4852        app/taskdump \
    4953        app/tester \
     54        app/testread \
    5055        app/tetris \
    5156        app/trace \
    5257        app/top \
     58        app/usbinfo \
     59        app/vuhid \
    5360        app/netecho \
    5461        app/nettest1 \
     
    5764        app/websrv \
    5865        app/sysinfo \
     66        app/mkbd \
    5967        srv/clip \
    6068        srv/devmap \
     
    7482        srv/fs/devfs \
    7583        srv/fs/minixfs \
     84        srv/fs/ext2fs \
    7685        srv/hid/adb_mouse \
    7786        srv/hid/char_mouse \
     
    92101        drv/rootvirt \
    93102        drv/test1 \
    94         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
    95116
    96117## Networking
     
    150171        lib/drv \
    151172        lib/packet \
    152         lib/net
     173        lib/net \
     174        lib/ext2 \
     175        lib/usb \
     176        lib/usbhost \
     177        lib/usbdev \
     178        lib/usbhid \
     179        lib/usbvirt
    153180
    154181LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.