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