417N/A# The contents of this file are subject to the terms of the
417N/A# Common Development and Distribution License (the "License").
417N/A# You may not use this file except in compliance with the License.
417N/A# See the License for the specific language governing permissions
417N/A# and limitations under the License.
417N/A# When distributing Covered Code, include this CDDL HEADER in each
417N/A# If applicable, add the following below this CDDL HEADER, with the
417N/A# fields enclosed by brackets "[]" replaced with your own identifying
417N/A# information: Portions Copyright [yyyy] [name of copyright owner]
417N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
417N/A# Use is subject to license terms.
417N/A#ident "%Z%%M% %I% %E% SMI"
417N/A# Global definitions for sun4u implementation specific modules.
618N/AROOT_EXCALIBUR_DIR = $(ROOT_PLAT_DIR)/SUNW,Sun-Blade-1000
417N/AROOT_EXCALIBUR_MOD_DIR = $(ROOT_EXCALIBUR_DIR)/kernel
499N/AROOT_EXCALIBUR_MISC_DIR_32 = $(ROOT_EXCALIBUR_MOD_DIR)/misc
499N/AROOT_EXCALIBUR_MISC_DIR_64 = $(ROOT_EXCALIBUR_MISC_DIR_32)/$(SUBDIR64)
499N/AROOT_EXCALIBUR_DRV_DIR_32 = $(ROOT_EXCALIBUR_MOD_DIR)/drv
499N/AROOT_EXCALIBUR_DRV_DIR_64 = $(ROOT_EXCALIBUR_DRV_DIR_32)/$(SUBDIR64)
417N/AROOT_EXCALIBUR_CRYPTO_DIR_32 = $(ROOT_EXCALIBUR_MOD_DIR)/crypto
417N/AROOT_EXCALIBUR_CRYPTO_DIR_64 = $(ROOT_EXCALIBUR_CRYPTO_DIR_32)/$(SUBDIR64)
417N/AROOT_EXCALIBUR_MISC_DIR = $(ROOT_EXCALIBUR_MISC_DIR_$(CLASS))
417N/AROOT_EXCALIBUR_DRV_DIR = $(ROOT_EXCALIBUR_DRV_DIR_$(CLASS))
417N/AROOT_EXCALIBUR_CRYPTO_DIR = $(ROOT_EXCALIBUR_CRYPTO_DIR_$(CLASS))
417N/AROOT_PLAT_MOD_DIRS += $(ROOT_EXCALIBUR_MOD_DIR)
417N/AROOT_PLAT_MISC_DIRS += $(ROOT_EXCALIBUR_MISC_DIR)
417N/AUSR_EXCALIBUR_DIR = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1000
417N/AUSR_EXCALIBUR_LINKED_DIR = $(USR_PLAT_DIR)/$(LINKED_PLATFORM)
417N/AUSR_EXCALIBUR_INC_DIR = $(USR_EXCALIBUR_DIR)/include
417N/AUSR_EXCALIBUR_ISYS_DIR = $(USR_EXCALIBUR_INC_DIR)/sys
417N/AUSR_EXCALIBUR_SBIN_DIR = $(USR_EXCALIBUR_DIR)/sbin
417N/AUSR_EXCALIBUR_LIB_DIR = $(USR_EXCALIBUR_DIR)/lib
417N/AEXCALIBUR_KMODS = xcalppm xcalwd platmod
417N/A# Links to UltraSparc III crypto modules
417N/AEXCALIBUR_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