2965N/A# The contents of this file are subject to the terms of the
2965N/A# Common Development and Distribution License (the "License").
2965N/A# You may not use this file except in compliance with the License.
2965N/A# See the License for the specific language governing permissions
2965N/A# and limitations under the License.
2965N/A# When distributing Covered Code, include this CDDL HEADER in each
2965N/A# If applicable, add the following below this CDDL HEADER, with the
2965N/A# fields enclosed by brackets "[]" replaced with your own identifying
2965N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2965N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2965N/A# Use is subject to license terms.
2965N/A# Global definitions for sun4u implementation specific modules.
2965N/AROOT_EXCALIBUR_DIR = $(ROOT_PLAT_DIR)/SUNW,Sun-Blade-1000
2965N/AROOT_EXCALIBUR_MOD_DIR = $(ROOT_EXCALIBUR_DIR)/kernel
2965N/AROOT_EXCALIBUR_MISC_DIR_32 = $(ROOT_EXCALIBUR_MOD_DIR)/misc
2965N/AROOT_EXCALIBUR_MISC_DIR_64 = $(ROOT_EXCALIBUR_MISC_DIR_32)/$(SUBDIR64)
2965N/AROOT_EXCALIBUR_DRV_DIR_32 = $(ROOT_EXCALIBUR_MOD_DIR)/drv
2965N/AROOT_EXCALIBUR_DRV_DIR_64 = $(ROOT_EXCALIBUR_DRV_DIR_32)/$(SUBDIR64)
2965N/AROOT_EXCALIBUR_CRYPTO_DIR_32 = $(ROOT_EXCALIBUR_MOD_DIR)/crypto
2965N/AROOT_EXCALIBUR_CRYPTO_DIR_64 = $(ROOT_EXCALIBUR_CRYPTO_DIR_32)/$(SUBDIR64)
2965N/AROOT_EXCALIBUR_MISC_DIR = $(ROOT_EXCALIBUR_MISC_DIR_$(CLASS))
ROOT_EXCALIBUR_DRV_DIR = $(ROOT_EXCALIBUR_DRV_DIR_$(CLASS))
ROOT_EXCALIBUR_CRYPTO_DIR = $(ROOT_EXCALIBUR_CRYPTO_DIR_$(CLASS))
ROOT_PLAT_MOD_DIRS += $(ROOT_EXCALIBUR_MOD_DIR)
ROOT_PLAT_MISC_DIRS += $(ROOT_EXCALIBUR_MISC_DIR)
USR_EXCALIBUR_DIR = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1000
USR_EXCALIBUR_LINKED_DIR = $(USR_PLAT_DIR)/$(LINKED_PLATFORM)
USR_EXCALIBUR_INC_DIR = $(USR_EXCALIBUR_DIR)/include
USR_EXCALIBUR_ISYS_DIR = $(USR_EXCALIBUR_INC_DIR)/sys
USR_EXCALIBUR_SBIN_DIR = $(USR_EXCALIBUR_DIR)/sbin
USR_EXCALIBUR_LIB_DIR = $(USR_EXCALIBUR_DIR)/lib
EXCALIBUR_KMODS = xcalppm xcalwd platmod
# Links to UltraSparc III crypto modules
EXCALIBUR_CRYPTO_LINKS = aes
# For now, disable these lint checks; maintainers should endeavor
# to investigate and remove these for maximum lint coverage.
# Please do not carry these forward to new Makefiles.
LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW
LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV