Changeset efdfebc in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-11-06T21:03:44Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
338810f
Parents:
de73242 (diff), 94795812 (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

    rde73242 refdfebc  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
     
    4748        app/klog \
    4849        app/loc \
    49         app/lsusb \
     50        app/logset \
    5051        app/mkfat \
    5152        app/mkexfat \
     
    5960        app/tester \
    6061        app/testread \
     62        app/testwrit \
    6163        app/tetris \
    6264        app/trace \
     
    7173        app/sysinfo \
    7274        app/mkbd \
     75        app/date \
    7376        app/websrv \
     77        app/vdemo \
     78        app/vlaunch \
     79        app/vterm \
    7480        srv/clipboard \
    7581        srv/locsrv \
     82        srv/logger \
    7683        srv/devman \
    7784        srv/loader \
     
    8592        srv/vfs \
    8693        srv/bd/ata_bd \
     94        srv/bd/sata_bd \
    8795        srv/bd/file_bd \
    8896        srv/bd/gxe_bd \
     
    9199        srv/bd/part/mbr_part \
    92100        srv/fs/exfat \
     101        srv/fs/udf \
    93102        srv/fs/fat \
    94103        srv/fs/cdfs \
     
    97106        srv/fs/locfs \
    98107        srv/fs/ext2fs \
     108        srv/fs/ext4fs \
     109        srv/hid/compositor \
    99110        srv/hid/console \
    100111        srv/hid/s3c24xx_ts \
    101         srv/hid/fb \
     112        srv/hid/isdv4_tablet \
    102113        srv/hid/input \
     114        srv/hid/output \
    103115        srv/hid/remcons \
    104116        srv/hw/char/s3c24xx_uart \
    105117        drv/infrastructure/root \
    106118        drv/infrastructure/rootvirt \
     119        drv/block/ahci \
    107120        drv/char/i8042 \
    108121        drv/char/ps2mouse \
     
    111124        drv/test/test2 \
    112125        drv/test/test3 \
     126        drv/fb/kfb \
    113127        drv/bus/usb/ehci \
    114128        drv/bus/usb/ohci \
     
    123137        drv/nic/ne2k \
    124138        drv/nic/e1k \
    125         drv/nic/rtl8139
     139        drv/nic/rtl8139 \
    126140
    127141ifeq ($(CONFIG_PCC),y)
     
    152166                drv/bus/isa \
    153167                drv/char/ns8250 \
     168                drv/time/cmos-rtc \
    154169                srv/hw/irc/apic \
    155170                srv/hw/irc/i8259
     
    162177                drv/bus/isa \
    163178                drv/char/ns8250 \
     179                drv/time/cmos-rtc \
    164180                srv/hw/irc/apic \
    165181                srv/hw/irc/i8259
     
    169185        DIRS += \
    170186                drv/infrastructure/rootmac \
     187                drv/bus/pci/pciintel \
    171188                srv/hw/bus/cuda_adb
    172189endif
     
    190207        lib/softfloat \
    191208        lib/drv \
    192         lib/fb \
     209        lib/graph \
     210        lib/gui \
     211        lib/softrend \
     212        lib/draw \
    193213        lib/net \
    194214        lib/nic \
    195215        lib/ext2 \
     216        lib/ext4 \
    196217        lib/usb \
    197218        lib/usbhost \
     
    199220        lib/usbhid \
    200221        lib/usbvirt \
     222        lib/bithenge \
    201223        lib/posix
    202224
Note: See TracChangeset for help on using the changeset viewer.