Makefile revision 1e49577a7fcde812700ded04431b49d67cc57d6d
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# CDDL HEADER START
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# The contents of this file are subject to the terms of the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Common Development and Distribution License (the "License").
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# You may not use this file except in compliance with the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# See the License for the specific language governing permissions
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# and limitations under the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# When distributing Covered Code, include this CDDL HEADER in each
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# If applicable, add the following below this CDDL HEADER, with the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# fields enclosed by brackets "[]" replaced with your own identifying
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# information: Portions Copyright [yyyy] [name of copyright owner]
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# CDDL HEADER END
1e49577a7fcde812700ded04431b49d67cc57d6dRod Evans# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# This makefile drives the production of the sun4u opl platform
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# sun4u opl implementation architecture dependent
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Path to the base of the uts directory tree (usually /usr/src/uts).
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Include common rules.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Default build targets.
7b77b0178ffc12e4b7f782b15747abb8ece8a563jimandmodlist: unix $(OPL_CPU_KMODS) $(OPL_KMODS) $(CLOSED_OPL_KMODS)
7b77b0178ffc12e4b7f782b15747abb8ece8a563jimand cd $(CLOSED)/uts/sun4u/opl/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
25cf1a301a396c38e8adf52c15f537b80d2483f7jl $(SYMLINK) $(ROOT_US3_CRYPTO_LINK)/$@ $(ROOT_OPL_CRYPTO_DIR_64)/$@
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# The 'lint.platmod' target lints the opl platform module against
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# the sun4u kernel. This ends up doing all the kernel cross-checks,
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# so it takes a couple of minutes.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Due to the low ROI, it's not run by default, but it's a good
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# idea to run this if you change os/opl.c.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl @-$(ECHO) "\nOpl Platform-dependent module: global crosschecks:"
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Include common targets.