Makefile.javelin.shared revision fb9f9b975cb9214fec5dab37d461199adab9b964
2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
2N/A#
2N/A# uts/sun4u/javelin/Makefile.javelin
2N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
2N/A# Use is subject to license terms.
2N/A#
2N/A#ident "%Z%%M% %I% %E% SMI"
2N/A#
2N/A# This makefile contains the common definitions for the
2N/A# sun4u Javelin system dependent modules.
2N/A#
2N/A
2N/A#
2N/A# Define directories
2N/A#
2N/AROOT_JAVELIN_DIR = $(ROOT_PLAT_DIR)/SUNW,Ultra-250
2N/AROOT_JAVELIN_MOD_DIR = $(ROOT_JAVELIN_DIR)/kernel
2N/AROOT_JAVELIN_KERN_DIR_32 = $(ROOT_JAVELIN_MOD_DIR)
2N/AROOT_JAVELIN_KERN_DIR_64 = $(ROOT_JAVELIN_MOD_DIR)/$(SUBDIR64)
2N/AROOT_JAVELIN_DRV_DIR_32 = $(ROOT_JAVELIN_MOD_DIR)/drv
2N/AROOT_JAVELIN_DRV_DIR_64 = $(ROOT_JAVELIN_MOD_DIR)/drv/$(SUBDIR64)
2N/AROOT_JAVELIN_MISC_DIR_32 = $(ROOT_JAVELIN_MOD_DIR)/misc
2N/AROOT_JAVELIN_MISC_DIR_64 = $(ROOT_JAVELIN_MOD_DIR)/misc/$(SUBDIR64)
2N/A
2N/AROOT_JAVELIN_KERN_DIR = $(ROOT_JAVELIN_KERN_DIR_$(CLASS))
2N/AROOT_JAVELIN_MISC_DIR = $(ROOT_JAVELIN_MISC_DIR_$(CLASS))
2N/AROOT_JAVELIN_DRV_DIR = $(ROOT_JAVELIN_DRV_DIR_$(CLASS))
2N/A
2N/AROOT_PLAT_MOD_DIRS += $(ROOT_JAVELIN_MOD_DIR)
2N/AROOT_PLAT_MISC_DIRS += $(ROOT_JAVELIN_MISC_DIR)
2N/AROOT_PLAT_MISC_DIRS_32 += $(ROOT_JAVELIN_MISC_DIR_32)
2N/AROOT_PLAT_DRV_DIRS = $(ROOT_JAVELIN_DRV_DIR)
2N/A
2N/AUSR_JAVELIN_DIR = $(USR_PLAT_DIR)/SUNW,Ultra-250
2N/AUSR_JAVELIN_INC_DIR = $(USR_JAVELIN_DIR)/include
2N/AUSR_JAVELIN_SBIN_DIR = $(USR_JAVELIN_DIR)/sbin
2N/AUSR_JAVELIN_LIB_DIR = $(USR_JAVELIN_DIR)/lib
2N/AUSR_JAVELIN_ISYS_DIR = $(USR_JAVELIN_INC_DIR)/sys
2N/A
2N/AJAVELIN_LINT_LIB_DIR = $(UTSBASE)/$(PLATFORM)/javelin/lint-libs/$(OBJS_DIR)
2N/A
2N/A#
2N/A# Define objects.
2N/A#
2N/AJAVELIN_OBJS = javelin.o
2N/A
2N/Ainclude $(UTSTREE)/sun4u/javelin/Makefile.files
2N/A
2N/A#
2N/A# Include common rules.
2N/A#
2N/Ainclude $(UTSTREE)/sun4u/Makefile.sun4u
2N/A
2N/A#
2N/A# Define modules (must come after Makefile.sun4u, for CLOSED_BUILD)
2N/A#
2N/AJAVELIN_KMODS = platmod
2N/A
2N/A$(CLOSED_BUILD)CLOSED_JAVELIN_KMODS = envctrltwo
2N/A