1551bc2a6Smrj#
2551bc2a6Smrj# CDDL HEADER START
3551bc2a6Smrj#
4551bc2a6Smrj# The contents of this file are subject to the terms of the
5551bc2a6Smrj# Common Development and Distribution License (the "License").
6551bc2a6Smrj# You may not use this file except in compliance with the License.
7551bc2a6Smrj#
8551bc2a6Smrj# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9551bc2a6Smrj# or http://www.opensolaris.org/os/licensing.
10551bc2a6Smrj# See the License for the specific language governing permissions
11551bc2a6Smrj# and limitations under the License.
12551bc2a6Smrj#
13551bc2a6Smrj# When distributing Covered Code, include this CDDL HEADER in each
14551bc2a6Smrj# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15551bc2a6Smrj# If applicable, add the following below this CDDL HEADER, with the
16551bc2a6Smrj# fields enclosed by brackets "[]" replaced with your own identifying
17551bc2a6Smrj# information: Portions Copyright [yyyy] [name of copyright owner]
18551bc2a6Smrj#
19551bc2a6Smrj# CDDL HEADER END
20551bc2a6Smrj#
21551bc2a6Smrj#
22*eb0cc229Sedp#pragma ident	"%Z%%M%	%I%	%E% SMI"
23551bc2a6Smrj#
2406bbe1e0Sedp# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
25551bc2a6Smrj# Use is subject to license terms.
26551bc2a6Smrj#
27*eb0cc229Sedp#	Common targets for i86hvm platform-implementation specific modules.
28551bc2a6Smrj#
29551bc2a6Smrj
30*eb0cc229Sedp.KEEP_STATE:
31551bc2a6Smrj
32551bc2a6Smrj#
33*eb0cc229Sedp# Rules for implementation subdirectories.
34551bc2a6Smrj#
35551bc2a6Smrj$(ROOT_HVM_DIR):
36551bc2a6Smrj	-$(INS.dir.root.sys)
37551bc2a6Smrj
38551bc2a6Smrj$(ROOT_HVM_MOD_DIR):		$(ROOT_HVM_DIR)
39551bc2a6Smrj	-$(INS.dir.root.sys)
40551bc2a6Smrj
41551bc2a6Smrj$(ROOT_HVM_DRV_DIR):		$(ROOT_MOD_DIR)
42551bc2a6Smrj	-$(INS.dir.root.sys)
43551bc2a6Smrj
4406bbe1e0Sedp$(ROOT_HVM_MISC_DIR):		$(ROOT_MOD_DIR)
4506bbe1e0Sedp	-$(INS.dir.root.sys)
4606bbe1e0Sedp
47551bc2a6Smrj$(ROOT_HVM_MOD_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_MOD_DIR) FRC
48551bc2a6Smrj	$(INS.file)
49551bc2a6Smrj
50551bc2a6Smrj$(ROOT_HVM_DRV_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_DRV_DIR) FRC
51551bc2a6Smrj	$(INS.file)
52551bc2a6Smrj
5306bbe1e0Sedp$(ROOT_HVM_MISC_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_MISC_DIR) FRC
5406bbe1e0Sedp	$(INS.file)
5506bbe1e0Sedp
56551bc2a6Smrj$(USR_HVM_DIR):
57551bc2a6Smrj	-$(INS.dir.root.sys)
58551bc2a6Smrj
59*eb0cc229Sedp#
60*eb0cc229Sedp#	Include common targets.
61*eb0cc229Sedp#
62*eb0cc229Sedpinclude $(UTSBASE)/$(PLATFORM)/i86hvm/Makefile.rules
63*eb0cc229Sedpinclude $(UTSBASE)/$(PLATFORM)/Makefile.targ
64