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#
21eb0cc229Sedp
22551bc2a6Smrj#
237f0b8309SEdward Pilatowicz# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24551bc2a6Smrj# Use is subject to license terms.
25551bc2a6Smrj#
26551bc2a6Smrj
27eb0cc229Sedp# Define objects
28*c73799ddSYuri PankovHVM_BOOTSTRAP_OBJS += hvm_bootstrap.o
29*c73799ddSYuri PankovPV_CMDK_OBJS +=	cmdk.o
30*c73799ddSYuri PankovPV_RTLS_OBJS +=	rtls.o
31*c73799ddSYuri PankovPV_SD_OBJS +=	sd.o
32*c73799ddSYuri PankovXDF_OBJS +=	xdf.o
33*c73799ddSYuri PankovXNF_OBJS +=	xnf.o
34*c73799ddSYuri PankovXPV_OBJS +=	xpv_support.o xvdi.o gnttab.o evtchn.o xenbus_comms.o \
35*c73799ddSYuri Pankov		xenbus_client.o xenbus_probe.o xenbus_xs.o
36*c73799ddSYuri PankovXPVD_OBJS +=	xpvd.o
37eb0cc229Sedp
38eb0cc229Sedp# Include i86hvm header files
39*c73799ddSYuri PankovINC_PATH +=	-I$(UTSBASE)/common/xen -I$(UTSBASE)/i86pc/i86hvm
40