Changeset ad7a6c9 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-03-30T13:10:24Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ae90f9
Parents:
6e50466 (diff), d6b81941 (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

    r6e50466 rad7a6c9  
    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 \
     
    7679        srv/hw/char/i8042 \
    7780        srv/hw/char/s3c24xx_uart \
    78         srv/hw/netif/dp8390 \
    79         srv/net/cfg \
     81        srv/hw/netif/ne2000 \
    8082        srv/net/netif/lo \
    8183        srv/net/il/arp \
     
    9395#
    9496
    95 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    96         LIBN = \
    97                 srv/net/nil/eth \
    98                 srv/net/nil/nildummy
    99 else
    100         DIRS += \
    101                 srv/net/nil/eth \
    102                 srv/net/nil/nildummy
    103 endif
     97DIRS += \
     98        srv/net/nil/eth \
     99        srv/net/nil/nildummy
    104100
    105101## Platform-specific hardware support
     
    111107
    112108ifeq ($(UARCH),amd64)
    113         DIRS += drv/rootpc
    114         DIRS += drv/pciintel
    115         DIRS += drv/isa
    116         DIRS += drv/ns8250
     109        DIRS += \
     110                drv/rootpc \
     111                drv/pciintel \
     112                drv/isa \
     113                drv/ns8250 \
     114                srv/hw/irc/apic \
     115                srv/hw/irc/i8259
    117116endif
    118117
    119118ifeq ($(UARCH),ia32)
    120         DIRS += drv/rootpc
    121         DIRS += drv/pciintel
    122         DIRS += drv/isa
    123         DIRS += drv/ns8250
     119        DIRS += \
     120                drv/rootpc \
     121                drv/pciintel \
     122                drv/isa \
     123                drv/ns8250 \
     124                srv/hw/irc/apic \
     125                srv/hw/irc/i8259
    124126endif
    125127
     
    130132ifeq ($(UARCH),sparc64)
    131133        DIRS += \
    132                 srv/hw/cir/fhc \
    133                 srv/hw/cir/obio
     134                srv/hw/irc/fhc \
     135                srv/hw/irc/obio
    134136endif
    135137
Note: See TracChangeset for help on using the changeset viewer.