Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
4ff47e3535a6da266acc3f0cf743046dbf16a856rbb# CDDL HEADER START
afab3e893c3fecabf2e3cac4e37ada58db984cearbb# The contents of this file are subject to the terms of the
afab3e893c3fecabf2e3cac4e37ada58db984cearbb# Common Development and Distribution License (the "License").
afab3e893c3fecabf2e3cac4e37ada58db984cearbb# You may not use this file except in compliance with the License.
612ea048caf897cb6e69dc296d2b143a08ba83a0rbb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
612ea048caf897cb6e69dc296d2b143a08ba83a0rbb# See the License for the specific language governing permissions
612ea048caf897cb6e69dc296d2b143a08ba83a0rbb# and limitations under the License.
67e81f5f6ddfe2e3d1f1208a04b8ccd368c658farbb# When distributing Covered Code, include this CDDL HEADER in each
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
30309f86bfd564437654aa822a19cd0cb29ca6f8wrowe# If applicable, add the following below this CDDL HEADER, with the
30309f86bfd564437654aa822a19cd0cb29ca6f8wrowe# fields enclosed by brackets "[]" replaced with your own identifying
30309f86bfd564437654aa822a19cd0cb29ca6f8wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
30309f86bfd564437654aa822a19cd0cb29ca6f8wrowe# CDDL HEADER END
65db4f712167a3498de73cee5c08032a8aa6a010rbb# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
65db4f712167a3498de73cee5c08032a8aa6a010rbb# Use is subject to license terms.
ed4f9ec869d7fc5bd220c8d70ee58eed9b32d60arederpj# This makefile drives the production of the sun4u lneck platform module.
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard# sun4u implementation architecture dependent
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard# Path to the base of the uts directory tree (usually /usr/src/uts).
c981632de03d61667b7a6dda3e1f0a80fd5973b1gregames# Define the module and object file sets.
688f7d0bc138bb02f92288017920468e7e314f23stoddard# Include common rules.
688f7d0bc138bb02f92288017920468e7e314f23stoddardinclude $(UTSBASE)/sun4u/cherrystone/Makefile.cherrystone
688f7d0bc138bb02f92288017920468e7e314f23stoddard# Override defaults
3b8937baf1826c625c1ca90d220453a5e4b499edrbb# Define targets
4670899d8a45ac6add3105181adf1976a1fae109stoddard# lint pass one enforcement
f91cd1fc44d2588d82a56570b1005e7310dfc970jwoolley# Default build targets.
54f7f1c85247dad29d8fa275866cea31d465b392stoddard @echo "resolving symbols against unix.o"
54f7f1c85247dad29d8fa275866cea31d465b392stoddard PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
e14ec68ef48bbf6c3dc567900f9e087eaf0bc931trawick# Include common targets.