xref: /illumos-gate/usr/src/uts/i86pc/i86hvm/cmdk/Makefile (revision d363b1b0cb9ef6d6f3febdd8d1cba46507e97098)
1c73799ddSYuri Pankov#
2c73799ddSYuri Pankov# CDDL HEADER START
3c73799ddSYuri Pankov#
4c73799ddSYuri Pankov# The contents of this file are subject to the terms of the
5c73799ddSYuri Pankov# Common Development and Distribution License (the "License").
6c73799ddSYuri Pankov# You may not use this file except in compliance with the License.
7c73799ddSYuri Pankov#
8c73799ddSYuri Pankov# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c73799ddSYuri Pankov# or http://www.opensolaris.org/os/licensing.
10c73799ddSYuri Pankov# See the License for the specific language governing permissions
11c73799ddSYuri Pankov# and limitations under the License.
12c73799ddSYuri Pankov#
13c73799ddSYuri Pankov# When distributing Covered Code, include this CDDL HEADER in each
14c73799ddSYuri Pankov# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15c73799ddSYuri Pankov# If applicable, add the following below this CDDL HEADER, with the
16c73799ddSYuri Pankov# fields enclosed by brackets "[]" replaced with your own identifying
17c73799ddSYuri Pankov# information: Portions Copyright [yyyy] [name of copyright owner]
18c73799ddSYuri Pankov#
19c73799ddSYuri Pankov# CDDL HEADER END
20c73799ddSYuri Pankov#
21c73799ddSYuri Pankov
22c73799ddSYuri Pankov#
23c73799ddSYuri Pankov# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24c73799ddSYuri Pankov# Use is subject to license terms.
25c73799ddSYuri Pankov#
26fe7a23c8SAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
27c73799ddSYuri Pankov
28*d363b1b0SRichard LoweUTSBASE=	../../..
29c73799ddSYuri Pankov
30c73799ddSYuri PankovMODULE=		cmdk
31c73799ddSYuri PankovOBJECTS=	$(PV_CMDK_OBJS:%=$(OBJS_DIR)/%)
32c73799ddSYuri PankovROOTMODULE=	$(ROOT_HVM_DRV_DIR)/$(MODULE)
33c73799ddSYuri Pankov
34c73799ddSYuri Pankovinclude		$(UTSBASE)/i86pc/i86hvm/Makefile.i86hvm
35c73799ddSYuri Pankov
36c73799ddSYuri PankovALL_TARGET=	$(BINARY)
37c73799ddSYuri PankovINSTALL_TARGET=	$(BINARY) $(ROOTMODULE)
38c73799ddSYuri Pankov
39c73799ddSYuri Pankov.KEEP_STATE:
40c73799ddSYuri Pankov
41c73799ddSYuri Pankovdef:		$(DEF_DEPS)
42c73799ddSYuri Pankov
43c73799ddSYuri Pankovall:		$(ALL_DEPS)
44c73799ddSYuri Pankov
45c73799ddSYuri Pankovclean:		$(CLEAN_DEPS)
46c73799ddSYuri Pankov
47c73799ddSYuri Pankovclobber:	$(CLOBBER_DEPS)
48c73799ddSYuri Pankov
49c73799ddSYuri Pankovinstall:	$(INSTALL_DEPS)
50c73799ddSYuri Pankov
51c73799ddSYuri Pankovinclude		$(UTSBASE)/i86pc/i86hvm/Makefile.targ
52