Changeset 4c53333 in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-07-11T08:21:10Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
64e63ce1
Parents:
80445cf (diff), c8bb1633 (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

    r80445cf r4c53333  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
    3940        app/devctl \
     41        app/dnscfg \
     42        app/dnsres \
    4043        app/edit \
    41         app/ext2info \
    4244        app/getterm \
    4345        app/init \
    44         app/inetcfg \
     46        app/inet \
    4547        app/kill \
    4648        app/killall \
    4749        app/klog \
    48         app/locinfo \
    49         app/lsusb \
     50        app/loc \
     51        app/logset \
    5052        app/mkfat \
    5153        app/mkexfat \
    5254        app/mkmfs \
     55        app/nterm \
    5356        app/redir \
    5457        app/sbi \
     
    5861        app/tester \
    5962        app/testread \
     63        app/testwrit \
    6064        app/tetris \
    6165        app/trace \
     
    6872        app/nettest3 \
    6973        app/ping \
    70         app/websrv \
     74        app/ping6 \
    7175        app/sysinfo \
    7276        app/mkbd \
    73         srv/clip \
    74         srv/loc \
     77        app/date \
     78        app/websrv \
     79        app/vdemo \
     80        app/vlaunch \
     81        app/vterm \
     82        srv/clipboard \
     83        srv/locsrv \
     84        srv/logger \
    7585        srv/devman \
    7686        srv/loader \
     87        srv/net/dnsrsrv \
    7788        srv/net/ethip \
    78         srv/net/inet \
     89        srv/net/inetsrv \
     90        srv/net/loopip \
     91        srv/net/slip \
    7992        srv/net/tcp \
    8093        srv/net/udp \
     
    8295        srv/taskmon \
    8396        srv/vfs \
    84         srv/bd/ata_bd \
     97        srv/bd/sata_bd \
    8598        srv/bd/file_bd \
    86         srv/bd/gxe_bd \
    8799        srv/bd/rd \
    88100        srv/bd/part/guid_part \
    89101        srv/bd/part/mbr_part \
    90102        srv/fs/exfat \
     103        srv/fs/udf \
    91104        srv/fs/fat \
    92105        srv/fs/cdfs \
     
    94107        srv/fs/mfs \
    95108        srv/fs/locfs \
    96         srv/fs/ext2fs \
     109        srv/fs/ext4fs \
     110        srv/hid/compositor \
    97111        srv/hid/console \
    98112        srv/hid/s3c24xx_ts \
    99         srv/hid/fb \
     113        srv/hid/isdv4_tablet \
    100114        srv/hid/input \
     115        srv/hid/output \
    101116        srv/hid/remcons \
    102117        srv/hw/char/s3c24xx_uart \
    103118        drv/infrastructure/root \
    104119        drv/infrastructure/rootvirt \
     120        drv/block/ahci \
     121        drv/block/ata_bd \
    105122        drv/char/i8042 \
    106123        drv/char/ps2mouse \
     
    109126        drv/test/test2 \
    110127        drv/test/test3 \
     128        drv/fb/kfb \
    111129        drv/bus/usb/ehci \
    112130        drv/bus/usb/ohci \
     
    119137        drv/bus/usb/usbmid \
    120138        drv/bus/usb/vhc \
    121         drv/nic/lo \
    122139        drv/nic/ne2k \
    123140        drv/nic/e1k \
     
    137154endif
    138155
     156ifeq ($(CONFIG_MSIM),y)
     157DIRS += \
     158        app/msim
     159endif
     160
    139161## Platform-specific hardware support
    140162#
     
    146168                drv/bus/isa \
    147169                drv/char/ns8250 \
     170                drv/time/cmos-rtc \
    148171                srv/hw/irc/apic \
    149172                srv/hw/irc/i8259
     
    156179                drv/bus/isa \
    157180                drv/char/ns8250 \
     181                drv/time/cmos-rtc \
    158182                srv/hw/irc/apic \
    159183                srv/hw/irc/i8259
     
    163187        DIRS += \
    164188                drv/infrastructure/rootmac \
     189                drv/bus/pci/pciintel \
    165190                srv/hw/bus/cuda_adb
    166191endif
     
    169194        DIRS += \
    170195                srv/hw/irc/obio
     196endif
     197
     198ifeq ($(UARCH),arm32)
     199        DIRS += \
     200                drv/infrastructure/rootamdm37x \
     201                drv/fb/amdm37x_dispc
    171202endif
    172203
     
    184215        lib/softfloat \
    185216        lib/drv \
    186         lib/fb \
     217        lib/graph \
     218        lib/gui \
     219        lib/softrend \
     220        lib/draw \
    187221        lib/net \
    188222        lib/nic \
    189         lib/ext2 \
     223        lib/ext4 \
    190224        lib/usb \
    191225        lib/usbhost \
     
    193227        lib/usbhid \
    194228        lib/usbvirt \
     229        lib/bithenge \
    195230        lib/posix
    196231
Note: See TracChangeset for help on using the changeset viewer.