3081N/A# The contents of this file are subject to the terms of the
3081N/A# Common Development and Distribution License, Version 1.0 only
3081N/A# (the "License"). You may not use this file except in compliance
3081N/A# See the License for the specific language governing permissions
3081N/A# and limitations under the License.
3081N/A# When distributing Covered Code, include this CDDL HEADER in each
3081N/A# If applicable, add the following below this CDDL HEADER, with the
3081N/A# fields enclosed by brackets "[]" replaced with your own identifying
3081N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3081N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
3081N/A# Use is subject to license terms.
3081N/A# Global definitions for sun4v ontario implementation specific modules.
3081N/AROOT_ONTARIO_DIR = $(ROOT_PLAT_DIR)/SUNW,Sun-Fire-T200
3081N/AROOT_ONTARIO_MOD_DIR = $(ROOT_ONTARIO_DIR)/kernel
3081N/AROOT_ONTARIO_MISC_DIR_64 = $(ROOT_ONTARIO_MISC_DIR_32)/$(SUBDIR64)
3081N/AROOT_ONTARIO_KERN_DIR_32 = $(ROOT_ONTARIO_MOD_DIR)
3081N/AROOT_ONTARIO_KERN_DIR_64 = $(ROOT_ONTARIO_MOD_DIR)/$(SUBDIR64)
3081N/AROOT_ONTARIO_DRV_DIR_32 = $(ROOT_ONTARIO_MOD_DIR)/drv
3081N/AROOT_ONTARIO_DRV_DIR_64 = $(ROOT_ONTARIO_MOD_DIR)/drv/$(SUBDIR64)
ROOT_ONTARIO_KERN_DIR = $(ROOT_ONTARIO_KERN_DIR_$(CLASS))
ROOT_ONTARIO_DRV_DIR = $(ROOT_ONTARIO_DRV_DIR_$(CLASS))
ROOT_ONTARIO_MISC_DIR = $(ROOT_ONTARIO_MISC_DIR_$(CLASS))
ROOT_PLAT_MOD_DIRS += $(ROOT_ONTARIO_MOD_DIR)
ROOT_PLAT_MISC_DIRS += $(ROOT_ONTARIO_MISC_DIR)
USR_SUN4V_PLAT_DIR = $(USR_PLAT_DIR)/$(PLATFORM)
USR_ONTARIO_DIR = $(USR_PLAT_DIR)/SUNW,Sun-Fire-T200
USR_ONTARIO_SBIN_DIR = $(USR_ONTARIO_DIR)/sbin
USR_ONTARIO_INC_DIR = $(USR_ONTARIO_DIR)/include
USR_ONTARIO_LIB_DIR = $(USR_ONTARIO_DIR)/lib
USR_ONTARIO_ISYS_DIR = $(USR_ONTARIO_INC_DIR)/sys
# Include the makefiles which define build rule templates, the
# collection of files per module, and a few specific flags. Note
# that order is significant, just as with an include path. The
# first build rule template which matches the files name will be
# used. By including these in order from most machine dependent
# to most machine independent, we allow a machine dependent file
# to be used in preference over a machine independent version
# (Such as a machine specific optimization, which preserves the
# Define the actual specific platforms
MACHINE_DEFS += -D$(PLATFORM) -D_MACHDEP
MACHINE_DEFS += -D_ONTARIO