Subject: L68K: patch after geert's abscon patch
To: linux-m68k@phil.uni-sb.de (linux-list)
Date: Wed, 8 Oct 1997 09:57:59 +0100 (MET)
From: "J." Dorchain <dorchain@gate.moebelwalther.de>
Sender: owner-linux-m68k@phil.uni-sb.de
Reply-To: jdorchain@i-con.de

Hi all,

geerts's patch left console.c as an empty file. I tend remove empty files
after each patch and then got an error. (no rule to make console.o,
needed for kernel.o)
Now the kernel compiles fine and works. It console.c really unnecessary now?

Joerg

--- arch/m68k/kernel/Makefile.orig	Tue Oct  7 20:44:04 1997
+++ arch/m68k/kernel/Makefile	Tue Oct  7 20:44:22 1997
@@ -14,9 +14,7 @@
 O_TARGET := kernel.o
 O_OBJS := entry.o process.o traps.o ints.o signal.o ptrace.o \
 	  setup.o sys_m68k.o time.o
-ifdef CONFIG_VT
-O_OBJS += console.o
-endif
+
 OX_OBJS := m68k_ksyms.o
 
 ifdef CONFIG_KGDB

