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