Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard# You may not use this file except in compliance with the License.
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb# See the License for the specific language governing permissions
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein# and limitations under the License.
6f6f4a4bca281779d196acbdd5c017bb90858305trawick# When distributing Covered Code, include this CDDL HEADER in each
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# If applicable, add the following below this CDDL HEADER, with the
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb# fields enclosed by brackets "[]" replaced with your own identifying
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# information: Portions Copyright [yyyy] [name of copyright owner]
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# CDDL HEADER END
5ac928b7a71a12bc1a6b42194c47edbff1dcc02fgregames# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
2a4b7a53f3573605d4f5686f03a67c37425dc22bgregames# Use is subject to license terms.
f467b575e2698cfeb818b357b00b2a13873eb309trawick# ident "%Z%%M% %I% %E% SMI"
f467b575e2698cfeb818b357b00b2a13873eb309trawick# This makefile drives the production of the sun4u seattle platform
f467b575e2698cfeb818b357b00b2a13873eb309trawick# sun4u implementation architecture dependent
f467b575e2698cfeb818b357b00b2a13873eb309trawick# Path to the base of the uts directory tree (usually /usr/src/uts).
f467b575e2698cfeb818b357b00b2a13873eb309trawick# Include common rules.
f467b575e2698cfeb818b357b00b2a13873eb309trawick# Default build targets.
f467b575e2698cfeb818b357b00b2a13873eb309trawickdef all clean clean.lint clobber modlist: $(SEATTLE_KMODS)
f467b575e2698cfeb818b357b00b2a13873eb309trawick# EXPORT DELETE START
f467b575e2698cfeb818b357b00b2a13873eb309trawick# aes256 is delivered in the SUNWcryr package which is removed from
f467b575e2698cfeb818b357b00b2a13873eb309trawick# the EXPORT_SRC build.
f467b575e2698cfeb818b357b00b2a13873eb309trawick# EXPORT DELETE END
776e1de1acb79f624ff097edb15a3b32c832ea21trawick# The 'lint.platmod' target lints the seattle platform module against the sun4u
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb# kernel. This ends up doing all the kernel cross-checks, so it takes a couple
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb# of minutes. Due to the low ROI, it's not run by default, but it's a good
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb# idea to run this if you change os/seattle.c.
d208bda4a893cc81ed5d3ed1cdd7d706e012bd42stoddard @-$(ECHO) "\nSeattle Platform-dependent module: global crosschecks:"
d208bda4a893cc81ed5d3ed1cdd7d706e012bd42stoddard @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
75960f20f88dad6bc67892c711c429946063d133stoddard $(SYMLINK) $(ROOT_US3_CRYPTO_LINK)/$@ $(ROOT_SEATTLE_CRYPTO_DIR_64)/$@
75960f20f88dad6bc67892c711c429946063d133stoddard# EXPORT DELETE START
75960f20f88dad6bc67892c711c429946063d133stoddard sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
10b386767f6c87b45937244371cb751f0b454d16wrowe# EXPORT DELETE END
a9e07e4f90adcc7bc768db3055431c3dcd560cd1manoj# Include common targets.