xref: /titanic_41/usr/src/uts/sun4u/serengeti/Makefile.targ (revision 92d53ff13bfcc9a9e4f4b6e672ed3105597039fa)
1*92d53ff1SJosef 'Jeff' Sipek#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*92d53ff1SJosef 'Jeff' Sipek# Common Development and Distribution License (the "License").
6*92d53ff1SJosef 'Jeff' Sipek# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
21*92d53ff1SJosef 'Jeff' Sipek#
22*92d53ff1SJosef 'Jeff' Sipek# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
237c478bd9Sstevel@tonic-gate# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
25*92d53ff1SJosef 'Jeff' Sipek
26*92d53ff1SJosef 'Jeff' Sipek#
27*92d53ff1SJosef 'Jeff' Sipek#	Common targets for sun4u Serengeti implementation specific modules.
287c478bd9Sstevel@tonic-gate#
297c478bd9Sstevel@tonic-gate
30*92d53ff1SJosef 'Jeff' Sipek.KEEP_STATE:
317c478bd9Sstevel@tonic-gate
32*92d53ff1SJosef 'Jeff' Sipek#
33*92d53ff1SJosef 'Jeff' Sipek# Rules for implementation subdirectories.
34*92d53ff1SJosef 'Jeff' Sipek#
35*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_DIR): $(ROOT_PLAT_DIR)
36*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
37*92d53ff1SJosef 'Jeff' Sipek
38*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_MOD_DIR): $(ROOT_SERENGETI_DIR)
39*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
40*92d53ff1SJosef 'Jeff' Sipek
41*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_CPU_DIR_32): $(ROOT_SERENGETI_MOD_DIR)
42*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
43*92d53ff1SJosef 'Jeff' Sipek
44*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_CPU_DIR_64): $(ROOT_SERENGETI_CPU_DIR_32)
45*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
46*92d53ff1SJosef 'Jeff' Sipek
47*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_DRV_DIR_32): $(ROOT_SERENGETI_MOD_DIR)
48*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
49*92d53ff1SJosef 'Jeff' Sipek
50*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_DRV_DIR_64): $(ROOT_SERENGETI_DRV_DIR_32)
51*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
52*92d53ff1SJosef 'Jeff' Sipek
53*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_MISC_DIR_32): $(ROOT_SERENGETI_MOD_DIR)
54*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
55*92d53ff1SJosef 'Jeff' Sipek
56*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_MISC_DIR_64): $(ROOT_SERENGETI_MISC_DIR_32)
57*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
58*92d53ff1SJosef 'Jeff' Sipek
59*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_CRYPTO_DIR_32): $(ROOT_SERENGETI_MOD_DIR)
60*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
61*92d53ff1SJosef 'Jeff' Sipek
62*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_CRYPTO_DIR_64): $(ROOT_SERENGETI_CRYPTO_DIR_32)
63*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
64*92d53ff1SJosef 'Jeff' Sipek
65*92d53ff1SJosef 'Jeff' Sipek$(USR_SERENGETI_DIR): $(USR_PLAT_DIR)
66*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
67*92d53ff1SJosef 'Jeff' Sipek
68*92d53ff1SJosef 'Jeff' Sipek$(USR_SERENGETI_INC_DIR): $(USR_SERENGETI_DIR)
69*92d53ff1SJosef 'Jeff' Sipek	$(INS.slink4)
70*92d53ff1SJosef 'Jeff' Sipek
71*92d53ff1SJosef 'Jeff' Sipek$(USR_SERENGETI_ISYS_DIR): $(USR_SERENGETI_INC_DIR)
72*92d53ff1SJosef 'Jeff' Sipek	$(INS.dir)
73*92d53ff1SJosef 'Jeff' Sipek
74*92d53ff1SJosef 'Jeff' Sipek$(USR_SERENGETI_SBIN_DIR): $(USR_SERENGETI_DIR)
75*92d53ff1SJosef 'Jeff' Sipek	$(INS.slink5)
76*92d53ff1SJosef 'Jeff' Sipek
77*92d53ff1SJosef 'Jeff' Sipek$(USR_SERENGETI_LIB_DIR): $(USR_SERENGETI_DIR)
78*92d53ff1SJosef 'Jeff' Sipek	-$(INS.dir)
79*92d53ff1SJosef 'Jeff' Sipek
80*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_MISC_DIR)/%: $(OBJS_DIR)/% $(ROOT_SERENGETI_MISC_DIR) FRC
81*92d53ff1SJosef 'Jeff' Sipek	$(INS.file)
82*92d53ff1SJosef 'Jeff' Sipek
83*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_CPU_DIR)/%: $(OBJS_DIR)/% $(ROOT_SERENGETI_CPU_DIR) FRC
84*92d53ff1SJosef 'Jeff' Sipek	$(INS.file)
85*92d53ff1SJosef 'Jeff' Sipek
86*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_DRV_DIR)/%: $(OBJS_DIR)/% $(ROOT_SERENGETI_DRV_DIR) FRC
87*92d53ff1SJosef 'Jeff' Sipek	$(INS.file)
88*92d53ff1SJosef 'Jeff' Sipek
89*92d53ff1SJosef 'Jeff' Sipek$(ROOT_SERENGETI_KERN_DIR)/%: $(OBJS_DIR)/% $(ROOT_SERENGETI_KERN_DIR) FRC
90*92d53ff1SJosef 'Jeff' Sipek	$(INS.file)
91*92d53ff1SJosef 'Jeff' Sipek
92*92d53ff1SJosef 'Jeff' Sipek#
93*92d53ff1SJosef 'Jeff' Sipek#	Include common targets.
94*92d53ff1SJosef 'Jeff' Sipek#
95*92d53ff1SJosef 'Jeff' Sipekinclude $(UTSBASE)/sun4u/serengeti/Makefile.rules
96*92d53ff1SJosef 'Jeff' Sipekinclude $(UTSBASE)/sun4u/Makefile.targ
97