22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# CDDL HEADER START
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# The contents of this file are subject to the terms of the
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# Common Development and Distribution License (the "License").
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# You may not use this file except in compliance with the License.
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# or http://www.opensolaris.org/os/licensing.
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# See the License for the specific language governing permissions
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# and limitations under the License.
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# CDDL HEADER END
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# This makefile drives the production of the kernel component of
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# the Solaris 10 brand
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# Path to the base of the uts directory tree (usually /usr/src/uts).
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas GustafssonS10_BASE = $(UTSBASE)/common/brand/solaris10
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# Define the module and object file sets.
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas GustafssonOBJECTS = $(S10_BRAND_OBJS:%=$(OBJS_DIR)/%)
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas GustafssonLINTS = $(S10_BRAND_OBJS:%.o=$(LINTS_DIR)/%.ln)
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas GustafssonROOTMODULE = $(ROOT_PSM_BRAND_DIR)/$(MODULE)
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# Include common rules.
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# Define targets
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# Update compiler variables.
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# Default build targets.
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson# Include common targets.