Changeset 68834d85 in mainline for kernel/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2009-10-16T14:50:51Z (15 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f238e86
Parents:
e035612
Message:

Setup the project to "know" about sun4v. Temporarily adding the -DSUN4V option to keep the code compilable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/Makefile.inc

    re035612 r68834d85  
    5252endif
    5353
     54ifeq ($(PROCESSOR),sun4v)
     55        DEFS += -DSUN4V
     56#MH
     57        DEFS += -DUS
     58endif
     59
    5460ARCH_SOURCES = \
    5561        arch/$(KARCH)/src/cpu/cpu.c \
Note: See TracChangeset for help on using the changeset viewer.