mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
4da8b8208e
26-bit ARM support was removed a long time ago, and this symbol has been defined to be 'y' ever since. As it's never disabled anymore, we can kill it without any side effects. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
13 lines
298 B
Makefile
13 lines
298 B
Makefile
#
|
|
# Copyright (C) 1998, 1999, 2001 Philip Blundell
|
|
#
|
|
|
|
obj-$(CONFIG_FPE_NWFPE) += nwfpe.o
|
|
|
|
nwfpe-y += fpa11.o fpa11_cpdo.o fpa11_cpdt.o \
|
|
fpa11_cprt.o fpmodule.o fpopcode.o \
|
|
softfloat.o single_cpdo.o double_cpdo.o \
|
|
entry.o
|
|
|
|
nwfpe-$(CONFIG_FPE_NWFPE_XP) += extended_cpdo.o
|