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#
21*48bc00d6Sjmcp
22551bc2a6Smrj#
23*48bc00d6Sjmcp# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24551bc2a6Smrj# Use is subject to license terms.
25551bc2a6Smrj#
26eb0cc229Sedp#	Common targets for i86hvm platform-implementation specific modules.
27551bc2a6Smrj#
28551bc2a6Smrj
29eb0cc229Sedp.KEEP_STATE:
30551bc2a6Smrj
31551bc2a6Smrj#
32eb0cc229Sedp# Rules for implementation subdirectories.
33551bc2a6Smrj#
34551bc2a6Smrj$(ROOT_HVM_DIR):
35*48bc00d6Sjmcp	$(INS.dir)
36551bc2a6Smrj
37551bc2a6Smrj$(ROOT_HVM_MOD_DIR):		$(ROOT_HVM_DIR)
38*48bc00d6Sjmcp	$(INS.dir)
39551bc2a6Smrj
40b8d441e2Sedp$(ROOT_HVM_DRV_DIR_32):		$(ROOT_HVM_MOD_DIR)
41*48bc00d6Sjmcp	$(INS.dir)
42551bc2a6Smrj
43b8d441e2Sedp$(ROOT_HVM_DRV_DIR_64):		$(ROOT_HVM_DRV_DIR_32)
44*48bc00d6Sjmcp	$(INS.dir)
45b8d441e2Sedp
46b8d441e2Sedp$(ROOT_HVM_MISC_DIR_32):	$(ROOT_HVM_MOD_DIR)
47*48bc00d6Sjmcp	$(INS.dir)
48b8d441e2Sedp
49b8d441e2Sedp$(ROOT_HVM_MISC_DIR_64):	$(ROOT_HVM_MISC_DIR_32)
50*48bc00d6Sjmcp	$(INS.dir)
5106bbe1e0Sedp
52551bc2a6Smrj$(ROOT_HVM_MOD_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_MOD_DIR) FRC
53551bc2a6Smrj	$(INS.file)
54551bc2a6Smrj
55551bc2a6Smrj$(ROOT_HVM_DRV_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_DRV_DIR) FRC
56551bc2a6Smrj	$(INS.file)
57551bc2a6Smrj
5806bbe1e0Sedp$(ROOT_HVM_MISC_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_MISC_DIR) FRC
5906bbe1e0Sedp	$(INS.file)
6006bbe1e0Sedp
61551bc2a6Smrj$(USR_HVM_DIR):
62*48bc00d6Sjmcp	$(INS.dir)
63551bc2a6Smrj
64eb0cc229Sedp#
65eb0cc229Sedp#	Include common targets.
66eb0cc229Sedp#
67eb0cc229Sedpinclude $(UTSBASE)/$(PLATFORM)/i86hvm/Makefile.rules
68eb0cc229Sedpinclude $(UTSBASE)/$(PLATFORM)/Makefile.targ
69