Changeset 03362fbd in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-02-09T23:14:45Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22dfd38
Parents:
b5d2e57 (diff), 005b765 (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.

Conflict resulting from bool.h → stdbool.h move and ddf structs turning opaque.
Fails to boot to shell console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rb5d2e57 r03362fbd  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
     
    4041        app/drec \
    4142        app/edit \
    42         app/ext2info \
    4343        app/getterm \
    4444        app/init \
     
    4848        app/klog \
    4949        app/loc \
    50         app/lsusb \
    5150        app/mixerctl \
     51        app/logset \
    5252        app/mkfat \
    5353        app/mkexfat \
     
    6161        app/tester \
    6262        app/testread \
     63        app/testwrit \
    6364        app/tetris \
    6465        app/trace \
     
    7475        app/mkbd \
    7576        app/wavplay \
     77        app/date \
    7678        app/websrv \
    7779        srv/audio/hound \
     80        app/vdemo \
     81        app/vlaunch \
     82        app/vterm \
    7883        srv/clipboard \
    7984        srv/locsrv \
     85        srv/logger \
    8086        srv/devman \
    8187        srv/loader \
     
    96102        srv/bd/part/mbr_part \
    97103        srv/fs/exfat \
     104        srv/fs/udf \
    98105        srv/fs/fat \
    99106        srv/fs/cdfs \
     
    101108        srv/fs/mfs \
    102109        srv/fs/locfs \
    103         srv/fs/ext2fs \
     110        srv/fs/ext4fs \
     111        srv/hid/compositor \
    104112        srv/hid/console \
    105113        srv/hid/s3c24xx_ts \
    106         srv/hid/fb \
     114        srv/hid/isdv4_tablet \
    107115        srv/hid/input \
     116        srv/hid/output \
    108117        srv/hid/remcons \
    109118        srv/hw/char/s3c24xx_uart \
     
    118127        drv/test/test2 \
    119128        drv/test/test3 \
     129        drv/fb/kfb \
    120130        drv/bus/usb/ehci \
    121131        drv/bus/usb/ohci \
     
    130140        drv/nic/ne2k \
    131141        drv/nic/e1k \
    132         drv/nic/rtl8139
     142        drv/nic/rtl8139 \
    133143
    134144ifeq ($(CONFIG_PCC),y)
     
    159169                drv/bus/isa \
    160170                drv/char/ns8250 \
     171                drv/time/cmos-rtc \
    161172                srv/hw/irc/apic \
    162173                srv/hw/irc/i8259
     
    169180                drv/bus/isa \
    170181                drv/char/ns8250 \
     182                drv/time/cmos-rtc \
    171183                srv/hw/irc/apic \
    172184                srv/hw/irc/i8259
     
    176188        DIRS += \
    177189                drv/infrastructure/rootmac \
     190                drv/bus/pci/pciintel \
    178191                srv/hw/bus/cuda_adb
    179192endif
     
    182195        DIRS += \
    183196                srv/hw/irc/obio
     197endif
     198
     199ifeq ($(UARCH),arm32)
     200        DIRS += \
     201                drv/infrastructure/rootamdm37x \
     202                drv/fb/amdm37x_dispc
    184203endif
    185204
     
    197216        lib/softfloat \
    198217        lib/drv \
    199         lib/fb \
    200218        lib/hound \
     219        lib/graph \
     220        lib/gui \
     221        lib/softrend \
     222        lib/draw \
    201223        lib/net \
    202224        lib/nic \
    203         lib/ext2 \
     225        lib/ext4 \
    204226        lib/usb \
    205227        lib/usbhost \
     
    208230        lib/usbvirt \
    209231        lib/pcm \
     232        lib/bithenge \
    210233        lib/posix
    211234
Note: See TracChangeset for help on using the changeset viewer.