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

« back to all changes in this revision

Viewing changes to drivers/scsi/mvsas/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:
3
3
#
4
4
# Copyright 2007 Red Hat, Inc.
5
5
# Copyright 2008 Marvell. <kewei@marvell.com>
 
6
# Copyright 2009-2011 Marvell. <yuxiangl@marvell.com>
6
7
#
7
8
# This file is licensed under GPLv2.
8
9
#
21
22
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22
23
# USA
23
24
 
24
 
ifeq ($(CONFIG_SCSI_MVSAS_DEBUG),y)
25
 
        EXTRA_CFLAGS += -DMV_DEBUG
26
 
endif
 
25
ccflags-$(CONFIG_SCSI_MVSAS_DEBUG) := -DMV_DEBUG
27
26
 
28
27
obj-$(CONFIG_SCSI_MVSAS) += mvsas.o
29
28
mvsas-y +=  mv_init.o  \