From 3b449d4705d278e21a47159328e172d9f684a864 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 3 Apr 2007 14:42:47 +0000 Subject: [PATCH] Copyrights updated, "-g" added in DEBUG mode git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@104 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/Makefile | 2 +- qla2x00t/qla2x00-target/qla2x00t.c | 2 +- qla2x00t/qla2x00-target/qla2x00t.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qla2x00t/qla2x00-target/Makefile b/qla2x00t/qla2x00-target/Makefile index 57fb92653..273485746 100644 --- a/qla2x00t/qla2x00-target/Makefile +++ b/qla2x00t/qla2x00-target/Makefile @@ -37,7 +37,7 @@ INSTALL_DIR := /lib/modules/$(shell uname -r)/extra EXTRA_CFLAGS += -DEXTRACHECKS #EXTRA_CFLAGS += -DTRACING -EXTRA_CFLAGS += -DDEBUG_TGT +EXTRA_CFLAGS += -DDEBUG_TGT -g #EXTRA_CFLAGS += -DDEBUG_WORK_IN_THREAD ifeq ($(KVER),) diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index a950fc210..af8ce610f 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -1,7 +1,7 @@ /* * qla2x00t.c * - * Copyright (C) 2004-2006 Vladislav Bolkhovitin + * Copyright (C) 2004-2007 Vladislav Bolkhovitin * Leonid Stoljar * Nathaniel Clark * diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index bb0ae253e..8f4821f6d 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -1,7 +1,7 @@ /* * qla2x00t.h * - * Copyright (C) 2004-2006 Vladislav Bolkhovitin + * Copyright (C) 2004-2007 Vladislav Bolkhovitin * Leonid Stoljar * Nathaniel Clark *