From: James S. <jsi...@us...> - 2002-01-28 20:32:29
|
Update of /cvsroot/linux-mips/linux/arch/mips/mips-boards/generic In directory usw-pr-cvs1:/tmp/cvs-serv7656/arch/mips/mips-boards/generic Modified Files: Makefile Log Message: Big overhaul of 64-bit kernel along the lines of what we already have for the 64-bit kernel just more radical. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/mips-boards/generic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 2002/01/02 19:12:16 1.1 +++ Makefile 2002/01/28 20:31:56 1.2 @@ -30,8 +30,9 @@ O_TARGET := mipsboards.o -obj-y := mipsIRQ.o pci.o reset.o display.o init.o \ +obj-y := mipsIRQ.o reset.o display.o init.o \ memory.o printf.o cmdline.o time.o +obj-$(CONFIG_PCI) += pci.o obj-$(CONFIG_REMOTE_DEBUG) += gdb_hook.o include $(TOPDIR)/Rules.make |