Changeset 80cd7cd in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-01-13T20:58:24Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
87e373b
Parents:
eaef141 (diff), a613fea1 (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

    reaef141 r80cd7cd  
    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 \
     
    7780        srv/hw/char/i8042 \
    7881        srv/hw/char/s3c24xx_uart \
    79         srv/hw/netif/dp8390 \
    80         srv/net/cfg \
     82        srv/hw/netif/ne2000 \
    8183        srv/net/netif/lo \
    8284        srv/net/il/arp \
     
    106108
    107109ifeq ($(UARCH),amd64)
    108         DIRS += drv/rootpc
    109         DIRS += drv/pciintel
    110         DIRS += drv/isa
    111         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
    112117endif
    113118
    114119ifeq ($(UARCH),ia32)
    115         DIRS += drv/rootpc
    116         DIRS += drv/pciintel
    117         DIRS += drv/isa
    118         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
    119127endif
    120128
     
    125133ifeq ($(UARCH),sparc64)
    126134        DIRS += \
    127                 srv/hw/cir/fhc \
    128                 srv/hw/cir/obio
     135                srv/hw/irc/fhc \
     136                srv/hw/irc/obio
    129137endif
    130138
Note: See TracChangeset for help on using the changeset viewer.