Changeset 1564c4b in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-06-08T19:39:52Z (14 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2af29ed
Parents:
e686889c (diff), 0eff68e (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    re686889c r1564c4b  
    3535DIRS = \
    3636        app/bdsh \
     37        app/blkdump \
     38        app/bnchmark \
    3739        app/cc \
    3840        app/cpp \
    3941        app/edit \
     42        app/ext2info \
    4043        app/getterm \
    4144        app/init \
     
    4346        app/killall \
    4447        app/klog \
     48        app/lsusb \
    4549        app/mkfat \
    4650        app/redir \
     
    4953        app/taskdump \
    5054        app/tester \
     55        app/testread \
    5156        app/tetris \
    5257        app/trace \
    5358        app/top \
     59        app/usbinfo \
     60        app/vuhid \
    5461        app/netecho \
    5562        app/nettest1 \
     
    5865        app/websrv \
    5966        app/sysinfo \
     67        app/mkbd \
    6068        srv/clip \
    6169        srv/devmap \
     
    7482        srv/fs/tmpfs \
    7583        srv/fs/devfs \
     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
     
    151172        lib/drv \
    152173        lib/packet \
    153         lib/net
     174        lib/net \
     175        lib/ext2 \
     176        lib/usb \
     177        lib/usbhost \
     178        lib/usbdev \
     179        lib/usbhid \
     180        lib/usbvirt
    154181
    155182LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.