25 lines
628 B
Plaintext
25 lines
628 B
Plaintext
#
|
|
# IP27 multi-processor product definitions.
|
|
#
|
|
# SN0 with R10K and KONA graphics
|
|
#
|
|
# 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= IP27
|
|
COMPLEX = MP
|
|
CPUARCH = R10000
|
|
PRODDEFS=-DSN0
|
|
GFXBOARD= KONA
|
|
SUBGR = IP27
|
|
KMODEOPT = -DDISCONTIG_PHYSMEM -DNUMA_BASE -DPTE_64BIT \
|
|
-DSABLE -DSABLE_RTL -DLARGE_CPU_COUNT -DFAKE_PROM
|
|
SUBPRODUCT=SABLE
|
|
LARGE_CPU_COUNT=1
|
|
COMPILATION_MODEL=64
|
|
SABLE=1
|
|
include $(RELEASEDEFS)
|