public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: unknown config var ETRAXFS_SIM
       [not found] <alpine.LFD.2.00.0904191600430.15998@localhost.localdomain>
@ 2009-04-21 11:17 ` Jesper Nilsson
  0 siblings, 0 replies; only message in thread
From: Jesper Nilsson @ 2009-04-21 11:17 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Mikael Starvik, linux-kernel

On Sun, Apr 19, 2009 at 10:01:50PM +0200, Robert P. J. Day wrote:
> ./arch/cris/arch-v32/kernel/Makefile:obj-$(CONFIG_ETRAXFS_SIM) += vcs_hook.o
> 
>   there appears to be no definition of ETRAXFS_SIM anywhere.

Yeah, and there's no vcs_hook.c file there either.
I've queued this patch to the CRIS tree:

There hasn't been a vcs_hook.c file here for ages.
Remove the line from the Makefile.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Reported-by: "Robert P. J. Day" <rpjday@crashcourse.ca>
---
 arch/cris/arch-v32/kernel/Makefile |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/cris/arch-v32/kernel/Makefile b/arch/cris/arch-v32/kernel/Makefile
index 993d987..4035835 100644
--- a/arch/cris/arch-v32/kernel/Makefile
+++ b/arch/cris/arch-v32/kernel/Makefile
@@ -9,8 +9,6 @@ obj-y   := entry.o traps.o irq.o debugport.o \
 	   process.o ptrace.o setup.o signal.o traps.o time.o \
 	   cache.o cacheflush.o
 
-obj-$(CONFIG_ETRAXFS_SIM) += vcs_hook.o
-
 obj-$(CONFIG_SMP) += smp.o
 obj-$(CONFIG_ETRAX_KGDB) += kgdb.o kgdb_asm.o
 obj-$(CONFIG_ETRAX_FAST_TIMER) += fasttimer.o
-- 
1.6.1

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-21 11:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <alpine.LFD.2.00.0904191600430.15998@localhost.localdomain>
2009-04-21 11:17 ` unknown config var ETRAXFS_SIM Jesper Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox