Changeset a1e2df13 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-11-11T21:31:03Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25eec4e
Parents:
141a20d (diff), d1538a1 (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

    r141a20d ra1e2df13  
    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 \
     
    8693        srv/vfs \
    8794        srv/bd/ata_bd \
     95        srv/bd/sata_bd \
    8896        srv/bd/file_bd \
    8997        srv/bd/gxe_bd \
     
    92100        srv/bd/part/mbr_part \
    93101        srv/fs/exfat \
     102        srv/fs/udf \
    94103        srv/fs/fat \
    95104        srv/fs/cdfs \
     
    98107        srv/fs/locfs \
    99108        srv/fs/ext2fs \
     109        srv/fs/ext4fs \
     110        srv/hid/compositor \
    100111        srv/hid/console \
    101112        srv/hid/s3c24xx_ts \
    102         srv/hid/fb \
     113        srv/hid/isdv4_tablet \
    103114        srv/hid/input \
     115        srv/hid/output \
    104116        srv/hid/remcons \
    105117        srv/hw/char/s3c24xx_uart \
    106118        drv/infrastructure/root \
    107119        drv/infrastructure/rootvirt \
     120        drv/block/ahci \
    108121        drv/char/i8042 \
    109122        drv/char/ps2mouse \
     
    112125        drv/test/test2 \
    113126        drv/test/test3 \
     127        drv/fb/kfb \
    114128        drv/bus/usb/ehci \
    115129        drv/bus/usb/ohci \
     
    124138        drv/nic/ne2k \
    125139        drv/nic/e1k \
    126         drv/nic/rtl8139
     140        drv/nic/rtl8139 \
    127141
    128142ifeq ($(CONFIG_PCC),y)
     
    153167                drv/bus/isa \
    154168                drv/char/ns8250 \
     169                drv/time/cmos-rtc \
    155170                srv/hw/irc/apic \
    156171                srv/hw/irc/i8259
     
    163178                drv/bus/isa \
    164179                drv/char/ns8250 \
     180                drv/time/cmos-rtc \
    165181                srv/hw/irc/apic \
    166182                srv/hw/irc/i8259
     
    170186        DIRS += \
    171187                drv/infrastructure/rootmac \
     188                drv/bus/pci/pciintel \
    172189                srv/hw/bus/cuda_adb
    173190endif
     
    191208        lib/softfloat \
    192209        lib/drv \
    193         lib/fb \
     210        lib/graph \
     211        lib/gui \
     212        lib/softrend \
     213        lib/draw \
    194214        lib/net \
    195215        lib/nic \
    196216        lib/ext2 \
     217        lib/ext4 \
    197218        lib/usb \
    198219        lib/usbhost \
     
    200221        lib/usbhid \
    201222        lib/usbvirt \
     223        lib/bithenge \
    202224        lib/posix
    203225
Note: See TracChangeset for help on using the changeset viewer.