Changeset df8110d3 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-06-17T16:43:51Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d900699
Parents:
c1198c2 (diff), ad28599 (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 libposix changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc1198c2 rdf8110d3  
    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/redir \
     
    4751        app/taskdump \
    4852        app/tester \
     53        app/testread \
    4954        app/tetris \
    5055        app/trace \
    5156        app/top \
     57        app/usbinfo \
     58        app/vuhid \
    5259        app/netecho \
    5360        app/nettest1 \
     
    5663        app/websrv \
    5764        app/sysinfo \
     65        app/mkbd \
    5866        srv/clip \
    5967        srv/devmap \
     
    7280        srv/fs/tmpfs \
    7381        srv/fs/devfs \
     82        srv/fs/ext2fs \
    7483        srv/hid/adb_mouse \
    7584        srv/hid/char_mouse \
     
    9099        drv/rootvirt \
    91100        drv/test1 \
    92         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
    93114
    94115ifeq ($(CONFIG_BINUTILS),y)
     
    154175        lib/packet \
    155176        lib/net \
     177        lib/ext2 \
     178        lib/usb \
     179        lib/usbhost \
     180        lib/usbdev \
     181        lib/usbhid \
     182        lib/usbvirt \
    156183        lib/posix
    157184
Note: See TracChangeset for help on using the changeset viewer.