~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/target/tcm_fc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_CFLAGS += -I$(srctree)/drivers/target/ \
 
2
                -I$(srctree)/drivers/scsi/ \
 
3
                -I$(srctree)/include/scsi/ \
 
4
                -I$(srctree)/drivers/target/tcm_fc/
 
5
 
 
6
tcm_fc-y +=     tfc_cmd.o \
 
7
                tfc_conf.o \
 
8
                tfc_io.o \
 
9
                tfc_sess.o
 
10
 
 
11
obj-$(CONFIG_TCM_FC)    += tcm_fc.o
 
12
 
 
13
ifdef CONFIGFS_TCM_FC_DEBUG
 
14
EXTRA_CFLAGS    += -DTCM_FC_DEBUG
 
15
endif