06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro#
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# CDDL HEADER START
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro#
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# The contents of this file are subject to the terms of the
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# Common Development and Distribution License (the "License").
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# You may not use this file except in compliance with the License.
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro#
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# or http://www.opensolaris.org/os/licensing.
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# See the License for the specific language governing permissions
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# and limitations under the License.
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro#
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# When distributing Covered Code, include this CDDL HEADER in each
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# If applicable, add the following below this CDDL HEADER, with the
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# fields enclosed by brackets "[]" replaced with your own identifying
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# information: Portions Copyright [yyyy] [name of copyright owner]
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro#
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro# CDDL HEADER END
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro#
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro# Global definitions for sun4u implementation specific modules.
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro# Define directories.
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_BOSTON_DIR = $(ROOT_PLAT_DIR)/SUNW,Sun-Fire-V445
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_BOSTON_MOD_DIR = $(ROOT_BOSTON_DIR)/kernel
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_BOSTON_MISC_DIR_32 = $(ROOT_BOSTON_MOD_DIR)/misc
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_BOSTON_MISC_DIR_64 = $(ROOT_BOSTON_MISC_DIR_32)/$(SUBDIR64)
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_BOSTON_DRV_DIR_32 = $(ROOT_BOSTON_MOD_DIR)/drv
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_BOSTON_DRV_DIR_64 = $(ROOT_BOSTON_DRV_DIR_32)/$(SUBDIR64)
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_BOSTON_CRYPTO_DIR_32 = $(ROOT_BOSTON_MOD_DIR)/crypto
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_BOSTON_CRYPTO_DIR_64 = $(ROOT_BOSTON_CRYPTO_DIR_32)/$(SUBDIR64)
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_BOSTON_MISC_DIR = $(ROOT_BOSTON_MISC_DIR_$(CLASS))
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_BOSTON_DRV_DIR = $(ROOT_BOSTON_DRV_DIR_$(CLASS))
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_BOSTON_CRYPTO_DIR = $(ROOT_BOSTON_CRYPTO_DIR_$(CLASS))
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_PLAT_MOD_DIRS += $(ROOT_BOSTON_MOD_DIR)
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroROOT_PLAT_MISC_DIRS += $(ROOT_BOSTON_MISC_DIR)
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroUSR_BOSTON_DIR = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V445
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroUSR_BOSTON_LINKED_DIR = $(USR_PLAT_DIR)/$(LINKED_PLATFORM)
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroUSR_BOSTON_INC_DIR = $(USR_BOSTON_DIR)/include
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroUSR_BOSTON_ISYS_DIR = $(USR_BOSTON_INC_DIR)/sys
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroUSR_BOSTON_SBIN_DIR = $(USR_BOSTON_DIR)/sbin
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroUSR_BOSTON_SBIN_PRTDIAG = $(USR_BOSTON_SBIN_DIR)/prtdiag
06e46062ef4f5f4b687cbafb4518fb123fe23920jbeloroUSR_BOSTON_SBIN_FRUADM = $(USR_BOSTON_SBIN_DIR)/fruadm
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroUSR_BOSTON_LIB_DIR = $(USR_BOSTON_DIR)/lib
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroBOSTON_LINT_LIB_DIR= $(UTSBASE)/$(PLATFORM)/boston/lint-libs/$(OBJS_DIR)
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro# Define objects.
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroBOSTON_OBJS = boston.o
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro# Define modules.
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroBOSTON_KMODS = platmod
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro# Links to UltraSparc III crypto modules
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroBOSTON_CRYPTO_LINKS = aes
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroinclude $(UTSBASE)/sun4u/boston/Makefile.files
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro# Include common rules.
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloro#
d58fda4376e4bf67072ce2e69f6f47036f9dbb68jbeloroinclude $(UTSBASE)/sun4u/Makefile.sun4u