Changeset 97c7682 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-07-14T11:18:40Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
804d9b6
Parents:
0747468 (diff), f0348c8 (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.

Text conflict in boot/arch/arm32/Makefile.inc:

Trivial conflict around ifeq condition.

Text conflict in kernel/arch/arm32/include/mm/page.h:

Added defines and set_pt_levelx_present function.
COnflict looked horrible because of the armv4/v7 split.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r0747468 r97c7682  
    4242        app/getterm \
    4343        app/init \
     44        app/inet \
    4445        app/kill \
    4546        app/killall \
    4647        app/klog \
    47         app/locinfo \
     48        app/loc \
    4849        app/lsusb \
    4950        app/mkfat \
    5051        app/mkexfat \
    5152        app/mkmfs \
     53        app/nterm \
    5254        app/redir \
    5355        app/sbi \
     
    6769        app/nettest3 \
    6870        app/ping \
    69         app/websrv \
    7071        app/sysinfo \
    7172        app/mkbd \
    72         srv/clip \
    73         srv/loc \
     73        app/websrv \
     74        srv/clipboard \
     75        srv/locsrv \
    7476        srv/devman \
    7577        srv/loader \
     78        srv/net/ethip \
     79        srv/net/inetsrv \
     80        srv/net/loopip \
     81        srv/net/tcp \
     82        srv/net/udp \
    7683        srv/ns \
    7784        srv/taskmon \
     
    96103        srv/hid/remcons \
    97104        srv/hw/char/s3c24xx_uart \
    98         srv/net/il/arp \
    99         srv/net/il/ip \
    100         srv/net/tl/icmp \
    101         srv/net/tl/udp \
    102         srv/net/tl/tcp \
    103         srv/net/nil/eth \
    104         srv/net/nil/nildummy \
    105         srv/net/net \
    106105        drv/infrastructure/root \
    107106        drv/infrastructure/rootvirt \
     
    122121        drv/bus/usb/usbmid \
    123122        drv/bus/usb/vhc \
    124         drv/nic/lo \
    125123        drv/nic/ne2k \
    126124        drv/nic/e1k \
     
    138136DIRS += \
    139137        app/binutils
     138endif
     139
     140ifeq ($(CONFIG_MSIM),y)
     141DIRS += \
     142        app/msim
    140143endif
    141144
Note: See TracChangeset for help on using the changeset viewer.