xref: /titanic_52/usr/src/uts/sun4/Makefile (revision 98157a7002f4f2cf7978f3084ca5577f0a1d72b2)
1*98157a70Sakolb#
2*98157a70Sakolb# CDDL HEADER START
3*98157a70Sakolb#
4*98157a70Sakolb# The contents of this file are subject to the terms of the
5*98157a70Sakolb# Common Development and Distribution License (the "License").
6*98157a70Sakolb# You may not use this file except in compliance with the License.
7*98157a70Sakolb#
8*98157a70Sakolb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*98157a70Sakolb# or http://www.opensolaris.org/os/licensing.
10*98157a70Sakolb# See the License for the specific language governing permissions
11*98157a70Sakolb# and limitations under the License.
12*98157a70Sakolb#
13*98157a70Sakolb# When distributing Covered Code, include this CDDL HEADER in each
14*98157a70Sakolb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*98157a70Sakolb# If applicable, add the following below this CDDL HEADER, with the
16*98157a70Sakolb# fields enclosed by brackets "[]" replaced with your own identifying
17*98157a70Sakolb# information: Portions Copyright [yyyy] [name of copyright owner]
18*98157a70Sakolb#
19*98157a70Sakolb# CDDL HEADER END
20*98157a70Sakolb#
21*98157a70Sakolb#
22*98157a70Sakolb# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23*98157a70Sakolb# Use is subject to license terms.
24*98157a70Sakolb#
25*98157a70Sakolb# ident	"%Z%%M%	%I%	%E% SMI"
26*98157a70Sakolb#
27*98157a70Sakolb# This makefile drives the production of all sparc-specific dependencies that
28*98157a70Sakolb# should be built before sun4v/sun4u/sparc platforms can be built in parallel.
29*98157a70Sakolb#
30*98157a70Sakolb
31*98157a70Sakolb#
32*98157a70Sakolb# Include platform-specific Makefile definitions.
33*98157a70Sakolb#
34*98157a70SakolbUTSBASE = ..
35*98157a70Sakolbinclude  $(UTSBASE)/$(MACH)/Makefile.$(MACH)
36*98157a70Sakolb
37*98157a70SakolbSPARC_PREREQ = $(UTSBASE)/sun4u
38*98157a70Sakolb
39*98157a70Sakolb#
40*98157a70Sakolb# So far all the prerequisite information is in sun4u Makefile
41*98157a70Sakolb#
42*98157a70Sakolb%.prereq:
43*98157a70Sakolb	@cd $(SPARC_PREREQ); pwd; $(MAKE) $(NO_STATE) $@
44