103831d35Sstevel# 203831d35Sstevel# CDDL HEADER START 303831d35Sstevel# 403831d35Sstevel# The contents of this file are subject to the terms of the 503831d35Sstevel# Common Development and Distribution License (the "License"). 603831d35Sstevel# You may not use this file except in compliance with the License. 703831d35Sstevel# 803831d35Sstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 903831d35Sstevel# or http://www.opensolaris.org/os/licensing. 1003831d35Sstevel# See the License for the specific language governing permissions 1103831d35Sstevel# and limitations under the License. 1203831d35Sstevel# 1303831d35Sstevel# When distributing Covered Code, include this CDDL HEADER in each 1403831d35Sstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1503831d35Sstevel# If applicable, add the following below this CDDL HEADER, with the 1603831d35Sstevel# fields enclosed by brackets "[]" replaced with your own identifying 1703831d35Sstevel# information: Portions Copyright [yyyy] [name of copyright owner] 1803831d35Sstevel# 1903831d35Sstevel# CDDL HEADER END 2003831d35Sstevel# 2103831d35Sstevel 2203831d35Sstevel# 23*48bc00d6Sjmcp# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 2403831d35Sstevel# Use is subject to license terms. 2503831d35Sstevel# 26*48bc00d6Sjmcp 2703831d35Sstevel# 2803831d35Sstevel# Common targets for sun4u LW8 implementation specific modules. 2903831d35Sstevel# 3003831d35Sstevel 3103831d35Sstevel.KEEP_STATE: 3203831d35Sstevel 3303831d35Sstevel# 3403831d35Sstevel# Rules for implementation subdirectories. 3503831d35Sstevel# 3603831d35Sstevel$(ROOT_LW8_DIR): $(ROOT_PLAT_DIR) 37*48bc00d6Sjmcp -$(INS.dir) 3803831d35Sstevel 3903831d35Sstevel$(ROOT_LW8_MOD_DIR): $(ROOT_LW8_DIR) 40*48bc00d6Sjmcp -$(INS.dir) 4103831d35Sstevel 4203831d35Sstevel$(ROOT_LW8_DRV_DIR_32): $(ROOT_LW8_MOD_DIR) 43*48bc00d6Sjmcp -$(INS.dir) 4403831d35Sstevel 4503831d35Sstevel$(ROOT_LW8_DRV_DIR_64): $(ROOT_LW8_DRV_DIR_32) 46*48bc00d6Sjmcp -$(INS.dir) 4703831d35Sstevel 4803831d35Sstevel$(ROOT_LW8_MISC_DIR_32): $(ROOT_LW8_MOD_DIR) 49*48bc00d6Sjmcp -$(INS.dir) 5003831d35Sstevel 5103831d35Sstevel$(ROOT_LW8_MISC_DIR_64): $(ROOT_LW8_MISC_DIR_32) 52*48bc00d6Sjmcp -$(INS.dir) 5303831d35Sstevel 5403831d35Sstevel$(ROOT_LW8_CRYPTO_DIR_32): $(ROOT_LW8_MOD_DIR) 55*48bc00d6Sjmcp -$(INS.dir) 5603831d35Sstevel 5703831d35Sstevel$(ROOT_LW8_CRYPTO_DIR_64): $(ROOT_LW8_CRYPTO_DIR_32) 58*48bc00d6Sjmcp -$(INS.dir) 5903831d35Sstevel 6003831d35Sstevel$(USR_LW8_DIR): $(USR_PLAT_DIR) 61*48bc00d6Sjmcp -$(INS.dir) 6203831d35Sstevel 6303831d35Sstevel$(USR_LW8_INC_DIR): $(USR_LW8_DIR) 6403831d35Sstevel $(INS.slink4) 6503831d35Sstevel 6603831d35Sstevel$(USR_LW8_ISYS_DIR): $(USR_LW8_INC_DIR) 67*48bc00d6Sjmcp $(INS.dir) 6803831d35Sstevel 6903831d35Sstevel$(USR_LW8_SBIN_DIR): $(USR_LW8_DIR) 7003831d35Sstevel $(INS.slink5) 7103831d35Sstevel 7203831d35Sstevel$(USR_LW8_LIB_DIR): $(USR_LW8_DIR) 73*48bc00d6Sjmcp -$(INS.dir) 7403831d35Sstevel 7503831d35Sstevel$(ROOT_LW8_DRV_DIR)/%: $(OBJS_DIR)/% $(ROOT_LW8_DRV_DIR) FRC 7603831d35Sstevel $(INS.file) 7703831d35Sstevel 7803831d35Sstevel$(ROOT_LW8_MISC_DIR)/%: $(OBJS_DIR)/% $(ROOT_LW8_MISC_DIR) FRC 7903831d35Sstevel $(INS.file) 8003831d35Sstevel 8103831d35Sstevel# 8203831d35Sstevel# Include common targets. 8303831d35Sstevel# 8403831d35Sstevelinclude $(UTSBASE)/sun4u/lw8/Makefile.rules 8503831d35Sstevelinclude $(UTSBASE)/sun4u/Makefile.targ 86