On Tue, 1 Feb 2005, Manish Lachwani wrote: > libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/ > > in arch/mips/Makefile > > So, without the above, contents of arch/mips/sibyte/cfe/ are not compiled. > > SIBYTE_HAS_LDT is needed for the LDT specific stuff in > arch/mips/pci/pci-sb1250.c Both options are taken care of in arch/mips/sibyte/Kconfig, thus any fix should be sought there. > Btw, there are other issues as well. More options need to be defined to > compile in the serial driver, ethernet driver and to compile for a PASS 2 CPU. Likewise. > For example, the ethernet driver drivers/net/sb1250-mac.c compiles only if > SIBYTE_SB1xxx_SOC is defined. And SIBYTE_SB1xxx_SOC no longer exists in > arch/mips/Kconfig. This one is missing indeed. I'll have a look at how to get the mess resolved. Maciej