Makefile.excalibur revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
417N/A#
417N/A# CDDL HEADER START
417N/A#
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#
417N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
417N/A# or http://www.opensolaris.org/os/licensing.
417N/A# See the License for the specific language governing permissions
417N/A# and limitations under the License.
417N/A#
417N/A# When distributing Covered Code, include this CDDL HEADER in each
417N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
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#
417N/A# CDDL HEADER END
417N/A#
417N/A#
417N/A# uts/sun4u/excalibur/Makefile.excalibur
417N/A#
417N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
417N/A# Use is subject to license terms.
417N/A#
417N/A#ident "%Z%%M% %I% %E% SMI"
417N/A#
417N/A# Global definitions for sun4u implementation specific modules.
417N/A#
618N/A
417N/A#
417N/A# Define directories.
417N/A#
618N/AROOT_EXCALIBUR_DIR = $(ROOT_PLAT_DIR)/SUNW,Sun-Blade-1000
417N/AROOT_EXCALIBUR_MOD_DIR = $(ROOT_EXCALIBUR_DIR)/kernel
417N/A
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/A
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/A
417N/AROOT_PLAT_MOD_DIRS += $(ROOT_EXCALIBUR_MOD_DIR)
417N/AROOT_PLAT_MISC_DIRS += $(ROOT_EXCALIBUR_MISC_DIR)
417N/A
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/A
417N/AEXCALIBUR_LINT_LIB_DIR= $(UTSBASE)/$(PLATFORM)/excalibur/lint-libs/$(OBJS_DIR)
417N/A
417N/A#
417N/A# Define objects.
417N/A#
417N/AEXCALIBUR_OBJS = excalibur.o
417N/A
417N/A#
417N/A# Define modules.
417N/A#
417N/AEXCALIBUR_KMODS = xcalppm xcalwd platmod
417N/A
417N/A#
417N/A# Links to UltraSparc III crypto modules
417N/A#
417N/AEXCALIBUR_CRYPTO_LINKS = aes
417N/A
417N/Ainclude $(UTSBASE)/sun4u/excalibur/Makefile.files
417N/A
417N/A#
417N/A# Include common rules.
417N/A#
417N/Ainclude $(UTSBASE)/sun4u/Makefile.sun4u
417N/A
417N/A#
# 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