23 lines
536 B
Plaintext
23 lines
536 B
Plaintext
#
|
|
# IP19 multi-processor product definitions.
|
|
#
|
|
# EVEREST R4K with KONA
|
|
#
|
|
# 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= IP19
|
|
COMPLEX = MP
|
|
CPUARCH = R4000
|
|
PRODDEFS=-DEVEREST -DFCG
|
|
GFXBOARD= KONA
|
|
SUBGR = IP19
|
|
K64PROM32= -D_K64PROM32
|
|
KMODEOPT = $(K64PROM32)
|
|
SUBPRODUCT=
|
|
COMPILATION_MODEL=64
|
|
include $(RELEASEDEFS)
|