Changeset 778c1e1 in mainline for genarch/Makefile.inc


Ignore:
Timestamp:
2006-02-22T14:52:18Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d53ef4
Parents:
effee6f
Message:

Move OFW functionality of ppc32 memory_init to genarch so that the code can also be used by sparc64.
sparc64 is now close to broken as it lacks functionality to provide identity mapping for the whole phyisical memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genarch/Makefile.inc

    reffee6f r778c1e1  
    3131ifeq ($(CONFIG_OFW),y)
    3232        GENARCH_SOURCES += \
    33                 genarch/src/ofw/ofw.c
     33                genarch/src/ofw/ofw.c \
     34                genarch/src/ofw/memory_init.c
    3435endif
    3536ifeq ($(CONFIG_ACPI),y)
Note: See TracChangeset for help on using the changeset viewer.