[AC-Admin] Re: kernel package

Oliver Falk oliver at linux-kernel.at
Mon May 14 15:38:49 UTC 2007


On 05/14/2007 05:35 PM, Oliver Falk wrote:
> On 05/14/2007 05:30 PM, David Woodhouse wrote:
>> On Mon, 2007-05-14 at 09:53 +0200, Oliver Falk wrote:
>>>   source "drivers/net/fec_8xx/Kconfig"
>>> -source "drivers/net/fec_mpc52xx/Kconfig"
>>>   source "drivers/net/fs_enet/Kconfig"
>>>
>>>   endmenu
>>>
>>> linux-2.6-mpc52xx-fec.patch adds it and I wasn't able to disable it 
>>> via config as far as I can remember; So I had to patch it out at the 
>>> end... 
>>
>> That's weird -- it doesn't affect any other architectures.
>> Sure you're not defining PPC_MPC52xx? :)
> 
> Hm... Would wonder... However; Will try to rebuild without the patch - 
> maybe something was weird at my end... No, it's not defined! ;-)

Ah... That's why:
+ make -s ARCH=alpha nonint_oldconfig
drivers/net/fec_mpc52xx/Kconfig:14:warning: leading whitespace ignored
drivers/net/fec_mpc52xx/Kconfig:7:warning: 'select' used by config 
symbol 'FEC_MPC52xx' refer to undefined symbol 'PPC_BESTCOMM'
+ make -s ARCH=alpha -j2 boot
drivers/net/fec_mpc52xx/Kconfig:14:warning: leading whitespace ignored
drivers/net/fec_mpc52xx/Kconfig:7:warning: 'select' used by config 
symbol 'FEC_MPC52xx' refer to undefined symbol 'PPC_BESTCOMM'

Let's see if it compiles...

-of




More information about the fedora-devel-list mailing list