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*b8d441e2Sedp#ident	"%Z%%M%	%I%	%E% SMI"
23551bc2a6Smrj#
2406bbe1e0Sedp# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
25551bc2a6Smrj# Use is subject to license terms.
26551bc2a6Smrj#
27eb0cc229Sedp#	Common targets for i86hvm platform-implementation specific modules.
28551bc2a6Smrj#
29551bc2a6Smrj
30eb0cc229Sedp.KEEP_STATE:
31551bc2a6Smrj
32551bc2a6Smrj#
33eb0cc229Sedp# Rules for implementation subdirectories.
34551bc2a6Smrj#
35551bc2a6Smrj$(ROOT_HVM_DIR):
36*b8d441e2Sedp	$(INS.dir.root.sys)
37551bc2a6Smrj
38551bc2a6Smrj$(ROOT_HVM_MOD_DIR):		$(ROOT_HVM_DIR)
39*b8d441e2Sedp	$(INS.dir.root.sys)
40551bc2a6Smrj
41*b8d441e2Sedp$(ROOT_HVM_DRV_DIR_32):		$(ROOT_HVM_MOD_DIR)
42*b8d441e2Sedp	$(INS.dir.root.sys)
43551bc2a6Smrj
44*b8d441e2Sedp$(ROOT_HVM_DRV_DIR_64):		$(ROOT_HVM_DRV_DIR_32)
45*b8d441e2Sedp	$(INS.dir.root.sys)
46*b8d441e2Sedp
47*b8d441e2Sedp$(ROOT_HVM_MISC_DIR_32):	$(ROOT_HVM_MOD_DIR)
48*b8d441e2Sedp	$(INS.dir.root.sys)
49*b8d441e2Sedp
50*b8d441e2Sedp$(ROOT_HVM_MISC_DIR_64):	$(ROOT_HVM_MISC_DIR_32)
51*b8d441e2Sedp	$(INS.dir.root.sys)
5206bbe1e0Sedp
53551bc2a6Smrj$(ROOT_HVM_MOD_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_MOD_DIR) FRC
54551bc2a6Smrj	$(INS.file)
55551bc2a6Smrj
56551bc2a6Smrj$(ROOT_HVM_DRV_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_DRV_DIR) FRC
57551bc2a6Smrj	$(INS.file)
58551bc2a6Smrj
5906bbe1e0Sedp$(ROOT_HVM_MISC_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_MISC_DIR) FRC
6006bbe1e0Sedp	$(INS.file)
6106bbe1e0Sedp
62551bc2a6Smrj$(USR_HVM_DIR):
63*b8d441e2Sedp	$(INS.dir.root.sys)
64551bc2a6Smrj
65eb0cc229Sedp#
66eb0cc229Sedp#	Include common targets.
67eb0cc229Sedp#
68eb0cc229Sedpinclude $(UTSBASE)/$(PLATFORM)/i86hvm/Makefile.rules
69eb0cc229Sedpinclude $(UTSBASE)/$(PLATFORM)/Makefile.targ
70