[PATCH] 2.4.0test13-pre3 apm.o unresolved symbols

From: Barry K. Nathan (barryn@pobox.com)
Date: Sun Dec 17 2000 - 23:15:18 EST


(Linus Torvalds added to the cc list because there's now a patch to fix
the problem.)

Alan Cox wrote:
> pm.o should be listed as a symbol exporting object in kernel/Makefile

Ok, here's a patch that does this. Tested for both the in-kernel and
module cases.

-Barry K. Nathan <barryn@pobox.com>

diff -ruN linux-2.4.0test13pre3/kernel/Makefile linux-2.4.0test13pre3bkn/kernel/Makefile
--- linux-2.4.0test13pre3/kernel/Makefile Sun Dec 17 14:17:47 2000
+++ linux-2.4.0test13pre3bkn/kernel/Makefile Sun Dec 17 17:55:11 2000
@@ -9,7 +9,7 @@
 
 O_TARGET := kernel.o
 
-export-objs = signal.o sys.o kmod.o context.o ksyms.o
+export-objs = signal.o sys.o kmod.o context.o ksyms.o pm.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
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Dec 23 2000 - 21:00:20 EST