Changeset a676574 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-01-09T12:18:00Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
54de5ebd
Parents:
a3eeef45 (diff), 9d12059 (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

    ra3eeef45 ra676574  
    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 \
    5558        app/sysinfo \
    5659        srv/clip \
     
    7881        srv/hw/char/s3c24xx_uart \
    7982        srv/hw/netif/dp8390 \
    80         srv/net/cfg \
    8183        srv/net/netif/lo \
    8284        srv/net/il/arp \
     
    9496#
    9597
    96 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    97         LIBN = \
    98                 srv/net/nil/eth \
    99                 srv/net/nil/nildummy
    100 else
    101         DIRS += \
    102                 srv/net/nil/eth \
    103                 srv/net/nil/nildummy
    104 endif
     98DIRS += \
     99        srv/net/nil/eth \
     100        srv/net/nil/nildummy
    105101
    106102## Platform-specific hardware support
     
    112108
    113109ifeq ($(UARCH),amd64)
    114         DIRS += drv/rootpc
    115         DIRS += drv/pciintel
    116         DIRS += drv/isa
    117         DIRS += drv/ns8250
     110        DIRS += \
     111                drv/rootpc \
     112                drv/pciintel \
     113                drv/isa \
     114                drv/ns8250 \
     115                srv/hw/irc/apic \
     116                srv/hw/irc/i8259
    118117endif
    119118
    120119ifeq ($(UARCH),ia32)
    121         DIRS += drv/rootpc
    122         DIRS += drv/pciintel
    123         DIRS += drv/isa
    124         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
    125127endif
    126128
     
    131133ifeq ($(UARCH),sparc64)
    132134        DIRS += \
    133                 srv/hw/cir/fhc \
    134                 srv/hw/cir/obio
     135                srv/hw/irc/fhc \
     136                srv/hw/irc/obio
    135137endif
    136138
Note: See TracChangeset for help on using the changeset viewer.