Makefile revision 2cb27123907a098a777e39eebc349d73e99a518f
881b5ff6bc55e1fb0f4ef42f9782ccec79c0a138vboxsync#
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsync# CDDL HEADER START
ea7d33962ceb90ea90e67e427d60b5788f34268avboxsync#
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsync# The contents of this file are subject to the terms of the
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsync# Common Development and Distribution License (the "License").
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsync# You may not use this file except in compliance with the License.
ea7d33962ceb90ea90e67e427d60b5788f34268avboxsync#
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsync# or http://www.opensolaris.org/os/licensing.
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsync# See the License for the specific language governing permissions
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# CDDL HEADER END
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Use is subject to license terms.
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync#
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# ident "%Z%%M% %I% %E% SMI"
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync#
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsyncMODULE = vdsk.so
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsyncMDBTGT = kvm
cf57145d4697dceca3f0542b370c20f7a2c5c6e8vboxsync
cf57145d4697dceca3f0542b370c20f7a2c5c6e8vboxsyncMODSRCS = vdsk.c
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsync
cf57145d4697dceca3f0542b370c20f7a2c5c6e8vboxsyncinclude ../../../../../Makefile.cmd
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsyncinclude ../../../../../Makefile.cmd.64
65b0f0cd3c38007138720b7eaa43c963a9ee1244vboxsyncinclude ../../../../sparc/Makefile.sparcv9
3a4a6501d0ccd629d9951b644d380c7bb2d46086vboxsyncinclude ../../../Makefile.sun4v
c0cb47bd8aa02fca08ff72a37ba5c65894241cbfvboxsyncinclude ../../../../Makefile.module
3a4a6501d0ccd629d9951b644d380c7bb2d46086vboxsync
c0cb47bd8aa02fca08ff72a37ba5c65894241cbfvboxsyncMODSRCS_DIR = ../
3a4a6501d0ccd629d9951b644d380c7bb2d46086vboxsync
c0cb47bd8aa02fca08ff72a37ba5c65894241cbfvboxsyncCPPFLAGS += -DMP -D_MACHDEP
3a4a6501d0ccd629d9951b644d380c7bb2d46086vboxsyncCPPFLAGS += -Dsun4v
c0cb47bd8aa02fca08ff72a37ba5c65894241cbfvboxsyncCPPFLAGS += -I$(SRC)/uts/sun4v
881b5ff6bc55e1fb0f4ef42f9782ccec79c0a138vboxsyncCPPFLAGS += -I$(SRC)/uts/sun4
c0cb47bd8aa02fca08ff72a37ba5c65894241cbfvboxsyncCPPFLAGS += -I$(SRC)/uts/sparc/v9
881b5ff6bc55e1fb0f4ef42f9782ccec79c0a138vboxsync