From 28ceea6df9b8cfa5d8f56136867f54e815eeed84 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 13 May 2011 05:59:51 +0000 Subject: [PATCH] Added missing scst_tg.o as reported by Novgorodov Igor. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3451 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/kernel/in-tree/Makefile.scst-2.6.38 | 1 + 1 file changed, 1 insertion(+) diff --git a/scst/kernel/in-tree/Makefile.scst-2.6.38 b/scst/kernel/in-tree/Makefile.scst-2.6.38 index df4312ba2..53af5f388 100644 --- a/scst/kernel/in-tree/Makefile.scst-2.6.38 +++ b/scst/kernel/in-tree/Makefile.scst-2.6.38 @@ -6,6 +6,7 @@ scst-y += scst_targ.o scst-y += scst_lib.o scst-y += scst_sysfs.o scst-y += scst_mem.o +scst-y += scst_tg.o scst-y += scst_debug.o obj-$(CONFIG_SCST) += scst.o dev_handlers/ fcst/ iscsi-scst/ qla2xxx-target/ \