Changeset 1787e527 in mainline for kernel/genarch/Makefile.inc


Ignore:
Timestamp:
2009-11-16T21:22:54Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ebdf94
Parents:
fcbd1be (diff), 9c70ed6 (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:

merged with head (unstable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    rfcbd1be r1787e527  
    5959ifeq ($(CONFIG_SOFTINT),y)
    6060        GENARCH_SOURCES += \
    61                 genarch/src/softint/division.c
     61                genarch/src/softint/division.c \
     62                genarch/src/softint/multiplication.c
    6263endif
    6364
     
    130131ifeq ($(CONFIG_OFW_TREE),y)
    131132        GENARCH_SOURCES += \
    132                 genarch/src/ofw/ofw_tree.c \
     133                genarch/src/ofw/ofw_tree.c
     134endif
     135
     136ifeq ($(CONFIG_OFW_PCI),y)
     137        GENARCH_SOURCES += \
    133138                genarch/src/ofw/ebus.c \
    134139                genarch/src/ofw/fhc.c \
    135140                genarch/src/ofw/pci.c  \
    136141                genarch/src/ofw/sbus.c \
    137                 genarch/src/ofw/upa.c 
     142                genarch/src/ofw/upa.c
    138143endif
    139144
Note: See TracChangeset for help on using the changeset viewer.