23 lines
623 B
Plaintext
23 lines
623 B
Plaintext
#
|
|
# IP25 multi-processor product definitions.
|
|
#
|
|
# This is a PRODUCT to compile a 64 bit SHIVA kernel with
|
|
# the Ragnarok compiler suite.
|
|
#
|
|
# Fundamental constants of the build tree (distinct from source tree).
|
|
# They may be different for each product. Therefore if several products are
|
|
# built from one source tree, that source tree should contain a commondefs
|
|
# for each product.
|
|
#
|
|
SYSTEM = SVR4
|
|
CPUBOARD= IP25
|
|
COMPLEX = MP
|
|
CPUARCH = R10000
|
|
PRODDEFS=-DEVEREST
|
|
GFXBOARD= VENICE
|
|
SUBGR = IP25
|
|
PGSZOPT = -D_PAGESZ=16384
|
|
KMODEOPT = -DMAPPED_KERNEL -DMULTIKERNEL -DEVMK_NUMCELLS=4
|
|
COMPILATION_MODEL=64
|
|
include $(RELEASEDEFS)
|