[PATCH 4/6] ARM: remove references to non-existent fastfpe
Alan Jenkins
alan-jenkins at tuffmail.co.uk
Sat Oct 10 04:41:08 EDT 2009
Russell King - ARM Linux wrote:
> On Fri, Oct 09, 2009 at 03:02:20PM +0100, Alan Jenkins wrote:
>
>> # Do we have FASTFPE?
>> FASTFPE :=arch/arm/fastfpe
>> ifeq ($(FASTFPE),$(wildcard $(FASTFPE)))
>> FASTFPE_OBJ :=$(FASTFPE)/
>> endif
>> fastfpe
>>
>> We don't have FASTFPE. If this code still exists out of tree, it can
>> surely maintain its own Makefile and Kconfig entries. Let's not confuse
>> users by allowing them to select FASTFPE, and then silently not building
>> it.
>>
>
> The code is not maintained anymore, but can just be slotted in (as per
> the recent request on the mailing list.) I'd rather not have the
> hastle of maintaining fastfpe patches thank you.
>
Urk. The fine balancing act of limbo. Another possibility would be to
provide a stub
#error "fastfpe not included; disable it or download it"
But if you want to just leave it, that's obviously your decision to make.
Regards
Alan
More information about the linux-arm-kernel
mailing list