Changeset ea28272 in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-12-30T13:43:27Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d770deb
Parents:
d70d80ed (diff), f418e51 (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

    rd70d80ed rea28272  
    3838        app/getterm \
    3939        app/init \
     40        app/kill \
    4041        app/klog \
    4142        app/mkfat \
     
    5354        app/nettest2 \
    5455        app/ping \
     56        app/websrv \
     57        app/sysinfo \
    5558        srv/clip \
    5659        srv/devmap \
     
    8588        srv/net/tl/tcp \
    8689        srv/net/net \
    87         drv/root
     90        drv/root \
     91        drv/rootvirt \
     92        drv/test1 \
     93        drv/test2
    8894
    8995## Networking
    9096#
    9197
    92 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    93         LIBN = \
    94                 srv/net/nil/eth \
    95                 srv/net/nil/nildummy
    96 else
    97         DIRS += \
    98                 srv/net/nil/eth \
    99                 srv/net/nil/nildummy
    100 endif
     98DIRS += \
     99        srv/net/nil/eth \
     100        srv/net/nil/nildummy
    101101
    102102## Platform-specific hardware support
     
    108108
    109109ifeq ($(UARCH),amd64)
     110        DIRS += drv/rootpc
     111        DIRS += drv/pciintel
     112        DIRS += drv/isa
     113        DIRS += drv/ns8250
    110114endif
    111115
    112116ifeq ($(UARCH),ia32)
    113         DIRS += drv/rootia32
     117        DIRS += drv/rootpc
    114118        DIRS += drv/pciintel
    115119        DIRS += drv/isa
Note: See TracChangeset for help on using the changeset viewer.