Added to repository.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1716 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-05-26 18:20:26 +00:00
parent fdbc99557e
commit d3ed16cc1e
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
ccflags-y += -Iinclude/scst -Idrivers/scsi/qla2xxx
qla2x00tgt-y := qla2x00t.o
obj-$(CONFIG_SCST_QLA_TGT_ADDON) += qla2x00tgt.o

View File

@@ -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