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 +