4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# CDDL HEADER START
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# The contents of this file are subject to the terms of the
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# Common Development and Distribution License (the "License").
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# You may not use this file except in compliance with the License.
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# See the License for the specific language governing permissions
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# and limitations under the License.
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# When distributing Covered Code, include this CDDL HEADER in each
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# If applicable, add the following below this CDDL HEADER, with the
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# fields enclosed by brackets "[]" replaced with your own identifying
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# information: Portions Copyright [yyyy] [name of copyright owner]
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# CDDL HEADER END
80e2ca8596e3435bc3b76f3c597833ea0a87f85e# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# This makefile drives the production of the kernel component of
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# the N-1 Solaris brand
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# Path to the base of the uts directory tree (usually /usr/src/uts).
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# Define the module and object file sets.
628e3cbed6489fa1db545d8524a06cd6535af456Edward PilatowiczOBJECTS = $(SN1_BRAND_OBJS:%=$(OBJS_DIR)/%)
628e3cbed6489fa1db545d8524a06cd6535af456Edward PilatowiczLINTS = $(SN1_BRAND_OBJS:%.o=$(LINTS_DIR)/%.ln)
628e3cbed6489fa1db545d8524a06cd6535af456Edward PilatowiczROOTMODULE = $(ROOT_PSM_BRAND_DIR)/$(MODULE)
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# Include common rules.
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# Define targets
628e3cbed6489fa1db545d8524a06cd6535af456Edward Pilatowicz# Update compiler variables.
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# Default build targets.
4a75c0c1ad1b9f32a7a423e1f23a8d23ac800de0edp# Include common targets.