Makefile.daktari revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
883N/A#
883N/A# CDDL HEADER START
883N/A#
883N/A# The contents of this file are subject to the terms of the
883N/A# Common Development and Distribution License (the "License").
883N/A# You may not use this file except in compliance with the License.
883N/A#
883N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
883N/A# or http://www.opensolaris.org/os/licensing.
883N/A# See the License for the specific language governing permissions
883N/A# and limitations under the License.
883N/A#
883N/A# When distributing Covered Code, include this CDDL HEADER in each
883N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
883N/A# If applicable, add the following below this CDDL HEADER, with the
883N/A# fields enclosed by brackets "[]" replaced with your own identifying
883N/A# information: Portions Copyright [yyyy] [name of copyright owner]
883N/A#
883N/A# CDDL HEADER END
883N/A#
883N/A#
883N/A# uts/sun4u/daktari/Makefile.daktari
883N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
883N/A# Use is subject to license terms.
883N/A#
883N/A#ident "%Z%%M% %I% %E% SMI"
883N/A#
883N/A# This makefile contains the common definitions for the
883N/A# sun4u Daktari system dependent modules.
883N/A#
883N/A
883N/A#
883N/A# Define directories
883N/A#
883N/AROOT_DAKTARI_DIR = $(ROOT_PLAT_DIR)/SUNW,Sun-Fire-880
883N/AROOT_DAKTARI_MOD_DIR = $(ROOT_DAKTARI_DIR)/kernel
883N/AROOT_DAKTARI_KERN_DIR_32 = $(ROOT_DAKTARI_MOD_DIR)
883N/AROOT_DAKTARI_KERN_DIR_64 = $(ROOT_DAKTARI_MOD_DIR)/$(SUBDIR64)
883N/AROOT_DAKTARI_DRV_DIR_32 = $(ROOT_DAKTARI_MOD_DIR)/drv
883N/AROOT_DAKTARI_DRV_DIR_64 = $(ROOT_DAKTARI_MOD_DIR)/drv/$(SUBDIR64)
883N/AROOT_DAKTARI_MISC_DIR_32 = $(ROOT_DAKTARI_MOD_DIR)/misc
883N/AROOT_DAKTARI_MISC_DIR_64 = $(ROOT_DAKTARI_MOD_DIR)/misc/$(SUBDIR64)
883N/AROOT_DAKTARI_CRYPTO_DIR_32 = $(ROOT_DAKTARI_MOD_DIR)/crypto
883N/AROOT_DAKTARI_CRYPTO_DIR_64 = $(ROOT_DAKTARI_MOD_DIR)/crypto/$(SUBDIR64)
883N/A
883N/AROOT_DAKTARI_KERN_DIR = $(ROOT_DAKTARI_KERN_DIR_$(CLASS))
883N/AROOT_DAKTARI_MISC_DIR = $(ROOT_DAKTARI_MISC_DIR_$(CLASS))
883N/AROOT_DAKTARI_DRV_DIR = $(ROOT_DAKTARI_DRV_DIR_$(CLASS))
883N/AROOT_DAKTARI_CRYPTO_DIR = $(ROOT_DAKTARI_CRYPTO_DIR_$(CLASS))
883N/A
883N/AROOT_PLAT_MOD_DIRS += $(ROOT_DAKTARI_MOD_DIR)
883N/AROOT_PLAT_MISC_DIRS += $(ROOT_DAKTARI_MISC_DIR)
883N/AROOT_PLAT_MISC_DIRS_32 += $(ROOT_DAKTARI_MISC_DIR_32)
883N/AROOT_PLAT_DRV_DIRS = $(ROOT_DAKTARI_DRV_DIR)
883N/A
883N/AUSR_DAKTARI_DIR = $(USR_PLAT_DIR)/SUNW,Sun-Fire-880
883N/AUSR_DAKTARI_INC_DIR = $(USR_DAKTARI_DIR)/include
883N/AUSR_DAKTARI_SBIN_DIR = $(USR_DAKTARI_DIR)/sbin
883N/AUSR_DAKTARI_LIB_DIR = $(USR_DAKTARI_DIR)/lib
883N/AUSR_DAKTARI_ISYS_DIR = $(USR_DAKTARI_INC_DIR)/sys
883N/A
883N/ADAKTARI_LINT_LIB_DIR = $(UTSBASE)/$(PLATFORM)/daktari/lint-libs/$(OBJS_DIR)
883N/A
883N/A#
883N/A# Define objects.
883N/A
883N/ADAKTARI_OBJS = daktari.o daktari_asm.o
883N/A
883N/A#
883N/A# Define modules
883N/A#
883N/ADAKTARI_KMODS = platmod hpc3130
883N/A
883N/A#
883N/A# Links to UltraSparc III crypto modules
883N/A#
883N/ADAKTARI_CRYPTO_LINKS = aes
883N/A
883N/Ainclude $(UTSBASE)/sun4u/daktari/Makefile.files
883N/A
883N/A#
883N/A# Include common rules.
883N/A#
883N/Ainclude $(UTSBASE)/sun4u/Makefile.sun4u
883N/A
883N/A#
883N/A# For now, disable these lint checks; maintainers should endeavor
883N/A# to investigate and remove these for maximum lint coverage.
883N/A# Please do not carry these forward to new Makefiles.
883N/A#
LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
LINTTAGS += -erroff=E_STATIC_UNUSED