xref: /titanic_41/usr/src/uts/i86pc/i86hvm/Makefile.targ (revision b8d441e2ade031d6951353e7651d4657685bbce7)
1eb0cc229Sedp#
2eb0cc229Sedp# CDDL HEADER START
3eb0cc229Sedp#
4eb0cc229Sedp# The contents of this file are subject to the terms of the
5eb0cc229Sedp# Common Development and Distribution License (the "License").
6eb0cc229Sedp# You may not use this file except in compliance with the License.
7eb0cc229Sedp#
8eb0cc229Sedp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9eb0cc229Sedp# or http://www.opensolaris.org/os/licensing.
10eb0cc229Sedp# See the License for the specific language governing permissions
11eb0cc229Sedp# and limitations under the License.
12eb0cc229Sedp#
13eb0cc229Sedp# When distributing Covered Code, include this CDDL HEADER in each
14eb0cc229Sedp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15eb0cc229Sedp# If applicable, add the following below this CDDL HEADER, with the
16eb0cc229Sedp# fields enclosed by brackets "[]" replaced with your own identifying
17eb0cc229Sedp# information: Portions Copyright [yyyy] [name of copyright owner]
18eb0cc229Sedp#
19eb0cc229Sedp# CDDL HEADER END
20eb0cc229Sedp#
21eb0cc229Sedp#
22*b8d441e2Sedp#ident	"%Z%%M%	%I%	%E% SMI"
23eb0cc229Sedp#
24eb0cc229Sedp# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
25eb0cc229Sedp# Use is subject to license terms.
26eb0cc229Sedp#
27eb0cc229Sedp#	Common targets for i86hvm platform-implementation specific modules.
28eb0cc229Sedp#
29eb0cc229Sedp
30eb0cc229Sedp.KEEP_STATE:
31eb0cc229Sedp
32eb0cc229Sedp#
33eb0cc229Sedp# Rules for implementation subdirectories.
34eb0cc229Sedp#
35eb0cc229Sedp$(ROOT_HVM_DIR):
36*b8d441e2Sedp	$(INS.dir.root.sys)
37eb0cc229Sedp
38eb0cc229Sedp$(ROOT_HVM_MOD_DIR):		$(ROOT_HVM_DIR)
39*b8d441e2Sedp	$(INS.dir.root.sys)
40eb0cc229Sedp
41*b8d441e2Sedp$(ROOT_HVM_DRV_DIR_32):		$(ROOT_HVM_MOD_DIR)
42*b8d441e2Sedp	$(INS.dir.root.sys)
43eb0cc229Sedp
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)
52eb0cc229Sedp
53eb0cc229Sedp$(ROOT_HVM_MOD_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_MOD_DIR) FRC
54eb0cc229Sedp	$(INS.file)
55eb0cc229Sedp
56eb0cc229Sedp$(ROOT_HVM_DRV_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_DRV_DIR) FRC
57eb0cc229Sedp	$(INS.file)
58eb0cc229Sedp
59eb0cc229Sedp$(ROOT_HVM_MISC_DIR)/%:		$(OBJS_DIR)/% $(ROOT_HVM_MISC_DIR) FRC
60eb0cc229Sedp	$(INS.file)
61eb0cc229Sedp
62eb0cc229Sedp$(USR_HVM_DIR):
63*b8d441e2Sedp	$(INS.dir.root.sys)
64eb0cc229Sedp
65eb0cc229Sedp#
66eb0cc229Sedp#	Include common targets.
67eb0cc229Sedp#
68eb0cc229Sedpinclude $(UTSBASE)/$(PLATFORM)/i86hvm/Makefile.rules
69eb0cc229Sedpinclude $(UTSBASE)/$(PLATFORM)/Makefile.targ
70