usr/src/cmd/mdb/intel/amd64/idm/Makefile
changeset 9162 b011b0287065
parent 7978 4559e57ec313
child 12114 97f31f629b06
equal deleted inserted replaced
9161:7dca69f75d8e 9162:b011b0287065
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 #
    21 #
    22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    22 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    23 # Use is subject to license terms.
    23 # Use is subject to license terms.
    24 #
    24 #
    25 
    25 
    26 MODULE = idm.so
    26 MODULE = idm.so
    27 MDBTGT = kvm
    27 MDBTGT = kvm
    28 
    28 
    29 MODSRCS = idm.c
    29 MODSRCS = idm.c
    30 
    30 
    31 ISCSITBASE = ../../../../../uts/common/io/comstar/port/iscsit
    31 ISCSITBASE = ../../../../../uts/common/io/comstar/port/iscsit
       
    32 ISCSIBASE = ../../../../../uts/common/io/scsi/adapters/iscsi
    32 
    33 
    33 include ../../../../Makefile.cmd
    34 include ../../../../Makefile.cmd
    34 include ../../../../Makefile.cmd.64
    35 include ../../../../Makefile.cmd.64
    35 include ../../Makefile.amd64
    36 include ../../Makefile.amd64
    36 include ../../../Makefile.module
    37 include ../../../Makefile.module
    37 
    38 
    38 CPPFLAGS += -I$(ISCSITBASE)
    39 CPPFLAGS += -I$(ISCSITBASE)
       
    40 CPPFLAGS += -I$(ISCSIBASE)