1*2063d9c0SJosef '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*2063d9c0SJosef 'Jeff' Sipek# Common Development and Distribution License (the "License"). 6*2063d9c0SJosef '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*2063d9c0SJosef 'Jeff' Sipek# 22*2063d9c0SJosef 'Jeff' Sipek 23*2063d9c0SJosef 'Jeff' Sipek# 24*2063d9c0SJosef 'Jeff' Sipek# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 257c478bd9Sstevel@tonic-gate# Use is subject to license terms. 267c478bd9Sstevel@tonic-gate# 27*2063d9c0SJosef 'Jeff' Sipek# Common targets for sun4u jbos-blade implementation specific modules. 287c478bd9Sstevel@tonic-gate# 297c478bd9Sstevel@tonic-gate 30*2063d9c0SJosef 'Jeff' Sipek.KEEP_STATE: 317c478bd9Sstevel@tonic-gate 32*2063d9c0SJosef 'Jeff' Sipek# 33*2063d9c0SJosef 'Jeff' Sipek# Rules for implementation subdirectories. 34*2063d9c0SJosef 'Jeff' Sipek# 35*2063d9c0SJosef 'Jeff' Sipek$(ROOT_BLADE_DIR): $(ROOT_PLAT_DIR) 36*2063d9c0SJosef 'Jeff' Sipek -$(INS.dir) 37*2063d9c0SJosef 'Jeff' Sipek 38*2063d9c0SJosef 'Jeff' Sipek$(ROOT_BLADE_MOD_DIR): $(ROOT_BLADE_DIR) 39*2063d9c0SJosef 'Jeff' Sipek -$(INS.dir) 40*2063d9c0SJosef 'Jeff' Sipek 41*2063d9c0SJosef 'Jeff' Sipek$(ROOT_BLADE_DRV_DIR_32): $(ROOT_BLADE_MOD_DIR) 42*2063d9c0SJosef 'Jeff' Sipek -$(INS.dir) 43*2063d9c0SJosef 'Jeff' Sipek 44*2063d9c0SJosef 'Jeff' Sipek$(ROOT_BLADE_DRV_DIR_64): $(ROOT_BLADE_DRV_DIR_32) 45*2063d9c0SJosef 'Jeff' Sipek -$(INS.dir) 46*2063d9c0SJosef 'Jeff' Sipek 47*2063d9c0SJosef 'Jeff' Sipek$(ROOT_BLADE_MISC_DIR_32): $(ROOT_BLADE_MOD_DIR) 48*2063d9c0SJosef 'Jeff' Sipek -$(INS.dir) 49*2063d9c0SJosef 'Jeff' Sipek 50*2063d9c0SJosef 'Jeff' Sipek$(ROOT_BLADE_MISC_DIR_64): $(ROOT_BLADE_MISC_DIR_32) 51*2063d9c0SJosef 'Jeff' Sipek -$(INS.dir) 52*2063d9c0SJosef 'Jeff' Sipek 53*2063d9c0SJosef 'Jeff' Sipek$(ROOT_BLADE_MOD_DIR)/%: $(OBJS_DIR)/% $(ROOT_BLADE_MOD_DIR) FRC 54*2063d9c0SJosef 'Jeff' Sipek $(INS.file) 55*2063d9c0SJosef 'Jeff' Sipek 56*2063d9c0SJosef 'Jeff' Sipek$(ROOT_BLADE_MISC_DIR)/%: $(OBJS_DIR)/% $(ROOT_BLADE_MISC_DIR) FRC 57*2063d9c0SJosef 'Jeff' Sipek $(INS.file) 58*2063d9c0SJosef 'Jeff' Sipek 59*2063d9c0SJosef 'Jeff' Sipek$(ROOT_BLADE_DRV_DIR)/%: $(OBJS_DIR)/% $(ROOT_BLADE_DRV_DIR) FRC 60*2063d9c0SJosef 'Jeff' Sipek $(INS.file) 61*2063d9c0SJosef 'Jeff' Sipek 62*2063d9c0SJosef 'Jeff' Sipek$(USR_BLADE_DIR): $(USR_PLAT_DIR) 63*2063d9c0SJosef 'Jeff' Sipek -$(INS.dir) 64*2063d9c0SJosef 'Jeff' Sipek 65*2063d9c0SJosef 'Jeff' Sipek$(USR_BLADE_INC_DIR): $(USR_BLADE_DIR) 66*2063d9c0SJosef 'Jeff' Sipek -$(INS.slink4) 67*2063d9c0SJosef 'Jeff' Sipek 68*2063d9c0SJosef 'Jeff' Sipek$(USR_BLADE_ISYS_DIR): $(USR_BLADE_INC_DIR) 69*2063d9c0SJosef 'Jeff' Sipek -$(INS.dir) 70*2063d9c0SJosef 'Jeff' Sipek 71*2063d9c0SJosef 'Jeff' Sipek$(USR_BLADE_SBIN_DIR): $(USR_BLADE_DIR) 72*2063d9c0SJosef 'Jeff' Sipek $(INS.slink5) 73*2063d9c0SJosef 'Jeff' Sipek 74*2063d9c0SJosef 'Jeff' Sipek$(USR_BLADE_LIB_DIR): $(USR_BLADE_DIR) 75*2063d9c0SJosef 'Jeff' Sipek -$(INS.dir) 76*2063d9c0SJosef 'Jeff' Sipek# 77*2063d9c0SJosef 'Jeff' Sipek# Include common targets. 78*2063d9c0SJosef 'Jeff' Sipek# 79*2063d9c0SJosef 'Jeff' Sipekinclude $(UTSBASE)/sun4u/blade/Makefile.rules 80*2063d9c0SJosef 'Jeff' Sipekinclude $(UTSBASE)/sun4u/Makefile.targ 81