Changeset 357b5f5 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-01-23T20:09:13Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fdb9982c
Parents:
cead2aa (diff), 7e36c8d (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

    rcead2aa r357b5f5  
    3838        app/getterm \
    3939        app/init \
     40        app/kill \
     41        app/killall \
    4042        app/klog \
    4143        app/mkfat \
     
    5355        app/nettest2 \
    5456        app/ping \
     57        app/websrv \
     58        app/sysinfo \
    5559        srv/clip \
    5660        srv/devmap \
     
    7680        srv/hw/char/i8042 \
    7781        srv/hw/char/s3c24xx_uart \
    78         srv/hw/netif/dp8390 \
    79         srv/net/cfg \
     82        srv/hw/netif/ne2000 \
    8083        srv/net/netif/lo \
    8184        srv/net/il/arp \
     
    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 += \
     111                drv/rootpc \
     112                drv/pciintel \
     113                drv/isa \
     114                drv/ns8250 \
     115                srv/hw/irc/apic \
     116                srv/hw/irc/i8259
    110117endif
    111118
    112119ifeq ($(UARCH),ia32)
    113         DIRS += drv/rootia32
    114         DIRS += drv/pciintel
    115         DIRS += drv/isa
    116         DIRS += drv/ns8250
     120        DIRS += \
     121                drv/rootpc \
     122                drv/pciintel \
     123                drv/isa \
     124                drv/ns8250 \
     125                srv/hw/irc/apic \
     126                srv/hw/irc/i8259
    117127endif
    118128
     
    123133ifeq ($(UARCH),sparc64)
    124134        DIRS += \
    125                 srv/hw/cir/fhc \
    126                 srv/hw/cir/obio
     135                srv/hw/irc/fhc \
     136                srv/hw/irc/obio
    127137endif
    128138
Note: See TracChangeset for help on using the changeset viewer.