Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 15 Apr 2001 13:08:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 15 Apr 2001 13:08:34 -0400 Received: from scaup.mail.pas.earthlink.net ([207.217.121.49]:61422 "EHLO scaup.mail.pas.earthlink.net") by vger.kernel.org with ESMTP id ; Sun, 15 Apr 2001 13:08:28 -0400 Date: Sun, 15 Apr 2001 10:08:35 -0700 (PDT) From: James Simmons X-X-Sender: To: cc: Linux Kernel Mailing List Subject: Re: can't use printk in linux 2.4.2 module Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Try the following patch to linux/kernel/Makefile. If it works fine let me know and we can get it into the standard tree. MS: (n) 1. A debilitating and surprisingly widespread affliction that renders the sufferer barely able to perform the simplest task. 2. A disease. James Simmons [jsimmons@linux-fbdev.org] ____/| fbdev/console/gfx developer \ o.O| http://www.linux-fbdev.org =(_)= http://linuxgfx.sourceforge.net U http://linuxconsole.sourceforge.net --- Makefile.orig Sun Apr 15 10:06:40 2001 +++ Makefile Sun Apr 15 10:06:51 2001 @@ -9,7 +9,7 @@ O_TARGET := kernel.o -export-objs = signal.o sys.o kmod.o context.o ksyms.o pm.o +export-objs = signal.o sys.o kmod.o context.o ksyms.o pm.o printk.o obj-y = sched.o dma.o fork.o exec_domain.o panic.o printk.o \ module.o exit.o itimer.o info.o time.o softirq.o resource.o \ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/