Changeset 973ef9fc in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-12-25T21:20:28Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
631ee0c
Parents:
1bfd3d3 (diff), 09178b7f (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

    r1bfd3d3 r973ef9fc  
    4646        app/tasks \
    4747        app/tester \
    48         app/test_serial \
    4948        app/tetris \
    5049        app/trace \
     
    5453        app/nettest2 \
    5554        app/ping \
     55        app/sysinfo \
    5656        srv/clip \
    5757        srv/devmap \
     
    8686        srv/net/tl/tcp \
    8787        srv/net/net \
    88         drv/root
     88        drv/root \
     89        drv/rootvirt \
     90        drv/test1 \
     91        drv/test2
    8992
    9093## Networking
    9194#
    9295
    93 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    94         LIBN = \
    95                 srv/net/nil/eth \
    96                 srv/net/nil/nildummy
    97 else
    98         DIRS += \
    99                 srv/net/nil/eth \
    100                 srv/net/nil/nildummy
    101 endif
     96DIRS += \
     97        srv/net/nil/eth \
     98        srv/net/nil/nildummy
    10299
    103100## Platform-specific hardware support
     
    109106
    110107ifeq ($(UARCH),amd64)
     108        DIRS += drv/rootpc
     109        DIRS += drv/pciintel
     110        DIRS += drv/isa
     111        DIRS += drv/ns8250
    111112endif
    112113
    113114ifeq ($(UARCH),ia32)
    114         DIRS += drv/rootia32
     115        DIRS += drv/rootpc
    115116        DIRS += drv/pciintel
    116117        DIRS += drv/isa
Note: See TracChangeset for help on using the changeset viewer.