From: Paul M. <le...@us...> - 2001-11-26 21:27:27
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv4686/arch/mips/kernel Modified Files: Makefile Log Message: setup.c exports symbols.. make sure it's in the export-objs.. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Makefile 2001/11/06 00:30:42 1.14 +++ Makefile 2001/11/26 21:27:23 1.15 @@ -15,7 +15,7 @@ O_TARGET := kernel.o -export-objs = pci-dma.o smp.o mips_ksyms.o +export-objs = pci-dma.o smp.o mips_ksyms.o setup.o obj-y += branch.o process.o signal.o entry.o \ traps.o ptrace.o vm86.o ioport.o reset.o \ |