Changeset cf2af94 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-02-09T11:46:47Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cb15135a
Parents:
a49c4002 (diff), 0b37882 (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

Local modifications:

  • change pipefs and ext2 to build again (use async_* calls instead of ipc_*)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra49c4002 rcf2af94  
    3838        app/getterm \
    3939        app/init \
     40        app/kill \
     41        app/killall \
    4042        app/klog \
    4143        app/mkfat \
     
    4446        app/stats \
    4547        app/taskdump \
    46         app/tasks \
    4748        app/tester \
    4849        app/tetris \
     
    5354        app/nettest2 \
    5455        app/ping \
     56        app/websrv \
     57        app/sysinfo \
    5558        srv/clip \
    5659        srv/devmap \
     
    7881        srv/hw/char/i8042 \
    7982        srv/hw/char/s3c24xx_uart \
    80         srv/hw/netif/dp8390 \
    81         srv/net/cfg \
     83        srv/hw/netif/ne2000 \
    8284        srv/net/netif/lo \
    8385        srv/net/il/arp \
     
    8789        srv/net/tl/tcp \
    8890        srv/net/net \
    89         drv/root
     91        drv/root \
     92        drv/rootvirt \
     93        drv/test1 \
     94        drv/test2
    9095
    9196## Networking
    9297#
    9398
    94 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    95         LIBN = \
    96                 srv/net/nil/eth \
    97                 srv/net/nil/nildummy
    98 else
    99         DIRS += \
    100                 srv/net/nil/eth \
    101                 srv/net/nil/nildummy
    102 endif
     99DIRS += \
     100        srv/net/nil/eth \
     101        srv/net/nil/nildummy
    103102
    104103## Platform-specific hardware support
     
    110109
    111110ifeq ($(UARCH),amd64)
     111        DIRS += \
     112                drv/rootpc \
     113                drv/pciintel \
     114                drv/isa \
     115                drv/ns8250 \
     116                srv/hw/irc/apic \
     117                srv/hw/irc/i8259
    112118endif
    113119
    114120ifeq ($(UARCH),ia32)
    115         DIRS += drv/rootia32
    116         DIRS += drv/pciintel
    117         DIRS += drv/isa
    118         DIRS += drv/ns8250
     121        DIRS += \
     122                drv/rootpc \
     123                drv/pciintel \
     124                drv/isa \
     125                drv/ns8250 \
     126                srv/hw/irc/apic \
     127                srv/hw/irc/i8259
    119128endif
    120129
     
    125134ifeq ($(UARCH),sparc64)
    126135        DIRS += \
    127                 srv/hw/cir/fhc \
    128                 srv/hw/cir/obio
     136                srv/hw/irc/fhc \
     137                srv/hw/irc/obio
    129138endif
    130139
Note: See TracChangeset for help on using the changeset viewer.