From d3ed16cc1ea8e056ea30586f045a6b1e5856d1ab Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 26 May 2010 18:20:26 +0000 Subject: [PATCH] Added to repository. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1716 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/Makefile_in-tree-2.6.34 | 5 +++++ scst_local/in-tree/Makefile-2.6.34 | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 qla2x00t/qla2x00-target/Makefile_in-tree-2.6.34 create mode 100644 scst_local/in-tree/Makefile-2.6.34 diff --git a/qla2x00t/qla2x00-target/Makefile_in-tree-2.6.34 b/qla2x00t/qla2x00-target/Makefile_in-tree-2.6.34 new file mode 100644 index 000000000..fc6f8e7fa --- /dev/null +++ b/qla2x00t/qla2x00-target/Makefile_in-tree-2.6.34 @@ -0,0 +1,5 @@ +ccflags-y += -Iinclude/scst -Idrivers/scsi/qla2xxx + +qla2x00tgt-y := qla2x00t.o + +obj-$(CONFIG_SCST_QLA_TGT_ADDON) += qla2x00tgt.o diff --git a/scst_local/in-tree/Makefile-2.6.34 b/scst_local/in-tree/Makefile-2.6.34 new file mode 100644 index 000000000..ec5e0320c --- /dev/null +++ b/scst_local/in-tree/Makefile-2.6.34 @@ -0,0 +1,6 @@ +SCST_INC_DIR := include/scst +SCST_DIR := drivers/scst +ccflags-y += -I$(SCST_INC_DIR) -I$(SCST_DIR) + +obj-$(CONFIG_SCST_LOCAL) += scst_local.o +