Changeset 1ffa73b in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-01-10T16:33:08Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b207803
Parents:
863d45e (diff), 6610565b (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 development/ changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r863d45e r1ffa73b  
    110110
    111111ifeq ($(UARCH),amd64)
    112         DIRS += drv/rootpc
    113         DIRS += drv/pciintel
    114         DIRS += drv/isa
    115         DIRS += drv/ns8250
    116         DIRS += drv/uhci
    117         DIRS += drv/usbhub
    118         DIRS += drv/usbkbd
    119         DIRS += drv/vhc
     112        DIRS += \
     113                drv/rootpc \
     114                drv/pciintel \
     115                drv/isa \
     116                drv/ns8250 \
     117                srv/hw/irc/apic \
     118                srv/hw/irc/i8259 \
     119                drv/uhci \
     120                drv/usbhub \
     121                drv/usbkbd \
     122                drv/vhc
    120123endif
    121124
    122125ifeq ($(UARCH),ia32)
    123         DIRS += drv/rootpc
    124         DIRS += drv/pciintel
    125         DIRS += drv/isa
    126         DIRS += drv/ns8250
    127         DIRS += drv/uhci
    128         DIRS += drv/usbhub
    129         DIRS += drv/usbkbd
    130         DIRS += drv/vhc
     126        DIRS += \
     127                drv/rootpc \
     128                drv/pciintel \
     129                drv/isa \
     130                drv/ns8250 \
     131                srv/hw/irc/apic \
     132                srv/hw/irc/i8259 \
     133                drv/uhci \
     134                drv/usbhub \
     135                drv/usbkbd \
     136                drv/vhc
    131137endif
    132138
     
    137143ifeq ($(UARCH),sparc64)
    138144        DIRS += \
    139                 srv/hw/cir/fhc \
    140                 srv/hw/cir/obio
     145                srv/hw/irc/fhc \
     146                srv/hw/irc/obio
    141147endif
    142148
Note: See TracChangeset for help on using the changeset viewer.