1*dea05b66SNattuvetty Bhavyan# 2*dea05b66SNattuvetty Bhavyan# CDDL HEADER START 3*dea05b66SNattuvetty Bhavyan# 4*dea05b66SNattuvetty Bhavyan# The contents of this file are subject to the terms of the 5*dea05b66SNattuvetty Bhavyan# Common Development and Distribution License (the "License"). 6*dea05b66SNattuvetty Bhavyan# You may not use this file except in compliance with the License. 7*dea05b66SNattuvetty Bhavyan# 8*dea05b66SNattuvetty Bhavyan# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*dea05b66SNattuvetty Bhavyan# or http://www.opensolaris.org/os/licensing. 10*dea05b66SNattuvetty Bhavyan# See the License for the specific language governing permissions 11*dea05b66SNattuvetty Bhavyan# and limitations under the License. 12*dea05b66SNattuvetty Bhavyan# 13*dea05b66SNattuvetty Bhavyan# When distributing Covered Code, include this CDDL HEADER in each 14*dea05b66SNattuvetty Bhavyan# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*dea05b66SNattuvetty Bhavyan# If applicable, add the following below this CDDL HEADER, with the 16*dea05b66SNattuvetty Bhavyan# fields enclosed by brackets "[]" replaced with your own identifying 17*dea05b66SNattuvetty Bhavyan# information: Portions Copyright [yyyy] [name of copyright owner] 18*dea05b66SNattuvetty Bhavyan# 19*dea05b66SNattuvetty Bhavyan# CDDL HEADER END 20*dea05b66SNattuvetty Bhavyan# 21*dea05b66SNattuvetty Bhavyan# 22*dea05b66SNattuvetty Bhavyan# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 23*dea05b66SNattuvetty Bhavyan 24*dea05b66SNattuvetty BhavyanMODULE = stmf_sbd.so 25*dea05b66SNattuvetty BhavyanMDBTGT = kvm 26*dea05b66SNattuvetty Bhavyan 27*dea05b66SNattuvetty BhavyanMODSRCS = stmf_sbd.c 28*dea05b66SNattuvetty Bhavyan 29*dea05b66SNattuvetty BhavyanUTSBASE = ../../../../../uts 30*dea05b66SNattuvetty BhavyanCOMSTARBASE = $(UTSBASE)/common/io/comstar 31*dea05b66SNattuvetty BhavyanSTMFSBDBASE = $(COMSTARBASE)/lu/stmf_sbd 32*dea05b66SNattuvetty Bhavyan 33*dea05b66SNattuvetty Bhavyaninclude ../../../../Makefile.cmd 34*dea05b66SNattuvetty Bhavyaninclude ../../../../Makefile.cmd.64 35*dea05b66SNattuvetty Bhavyaninclude ../../Makefile.amd64 36*dea05b66SNattuvetty Bhavyaninclude ../../../Makefile.module 37*dea05b66SNattuvetty Bhavyan 38*dea05b66SNattuvetty BhavyanCPPFLAGS += -I$(UTSBASE)/common -I$(UTSBASE)/common/sys -I$(STMFSBDBASE) 39