No subject
Grant Grundler
grundler@cup.hp.com
Mon, 27 Nov 2000 09:57:39 -0800
marteau wrote:
> We have tried to compile the new linux source today and vmlinux
> always needs pci.o to link. It works if you delete pci.o from the
> objects list in the kernel Makefile. But, we don't know why it was
> needed because we did not ask for in our "make config"...
Hi Thomas,
The problem is in arch/parisc/kernel/Makefile.
It doesn't use CONFIG_PCI to decide if pci.o is needed.
I'll fix that now - should be simple.
thanks,
grant