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

« back to all changes in this revision

Viewing changes to drivers/target/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/ -I$(srctree)/drivers/scsi/
2
1
 
3
2
target_core_mod-y               := target_core_configfs.o \
4
3
                                   target_core_device.o \
13
12
                                   target_core_transport.o \
14
13
                                   target_core_cdb.o \
15
14
                                   target_core_ua.o \
16
 
                                   target_core_rd.o
 
15
                                   target_core_rd.o \
 
16
                                   target_core_stat.o
17
17
 
18
18
obj-$(CONFIG_TARGET_CORE)       += target_core_mod.o
19
19
 
21
21
obj-$(CONFIG_TCM_IBLOCK)        += target_core_iblock.o
22
22
obj-$(CONFIG_TCM_FILEIO)        += target_core_file.o
23
23
obj-$(CONFIG_TCM_PSCSI)         += target_core_pscsi.o
 
24
 
 
25
# Fabric modules
 
26
obj-$(CONFIG_LOOPBACK_TARGET)   += loopback/
 
27
 
 
28
obj-$(CONFIG_TCM_FC)            += tcm_fc/