--- zzzz-none-000/linux-2.6.13.1/arch/mips/mips-boards/generic/Makefile 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/arch/mips/mips-boards/generic/Makefile 2007-03-05 12:57:24.000000000 +0000 @@ -20,7 +20,12 @@ 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_KGDB) += gdb_hook.o +# RSP UR8 hat seine eigene Implementation +ifneq ($(CONFIG_MIPS_UR8),y) +obj-$(CONFIG_PCI) += pci.o +endif + + EXTRA_AFLAGS := $(CFLAGS)