1*7014882cSRichard Lowe 2a6d42e7dSPeter Dunlap# 3a6d42e7dSPeter Dunlap# CDDL HEADER START 4a6d42e7dSPeter Dunlap# 5a6d42e7dSPeter Dunlap# The contents of this file are subject to the terms of the 6a6d42e7dSPeter Dunlap# Common Development and Distribution License (the "License"). 7a6d42e7dSPeter Dunlap# You may not use this file except in compliance with the License. 8a6d42e7dSPeter Dunlap# 9a6d42e7dSPeter Dunlap# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10a6d42e7dSPeter Dunlap# or http://www.opensolaris.org/os/licensing. 11a6d42e7dSPeter Dunlap# See the License for the specific language governing permissions 12a6d42e7dSPeter Dunlap# and limitations under the License. 13a6d42e7dSPeter Dunlap# 14a6d42e7dSPeter Dunlap# When distributing Covered Code, include this CDDL HEADER in each 15a6d42e7dSPeter Dunlap# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16a6d42e7dSPeter Dunlap# If applicable, add the following below this CDDL HEADER, with the 17a6d42e7dSPeter Dunlap# fields enclosed by brackets "[]" replaced with your own identifying 18a6d42e7dSPeter Dunlap# information: Portions Copyright [yyyy] [name of copyright owner] 19a6d42e7dSPeter Dunlap# 20a6d42e7dSPeter Dunlap# CDDL HEADER END 21a6d42e7dSPeter Dunlap# 22a6d42e7dSPeter Dunlap# 235819f75eSPeter Gill# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 24a6d42e7dSPeter Dunlap# 25a6d42e7dSPeter Dunlap 26a6d42e7dSPeter DunlapMODULE = idm.so 27a6d42e7dSPeter DunlapMDBTGT = kvm 28a6d42e7dSPeter Dunlap 29a6d42e7dSPeter DunlapMODSRCS = idm.c 30a6d42e7dSPeter Dunlap 31a6d42e7dSPeter DunlapISCSITBASE = ../../../../../uts/common/io/comstar/port/iscsit 3230e7468fSPeter DunlapISCSIBASE = ../../../../../uts/common/io/scsi/adapters/iscsi 335819f75eSPeter GillISERBASE = ../../../../../uts/common 34a6d42e7dSPeter Dunlap 35a6d42e7dSPeter Dunlapinclude ../../../../Makefile.cmd 36a6d42e7dSPeter Dunlapinclude ../../../../Makefile.cmd.64 37a6d42e7dSPeter Dunlapinclude ../../Makefile.amd64 38a6d42e7dSPeter Dunlapinclude ../../../Makefile.module 39a6d42e7dSPeter Dunlap 40a6d42e7dSPeter DunlapCPPFLAGS += -I$(ISCSITBASE) 4130e7468fSPeter DunlapCPPFLAGS += -I$(ISCSIBASE) 425819f75eSPeter GillCPPFLAGS += -I$(ISERBASE) 43*7014882cSRichard Lowe 44*7014882cSRichard LoweCERRWARN += -_gcc=-Wno-uninitialized 45