1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Copyright (C) 1998, 1999, 2001 Philip Blundell 4 # 5 6 obj-$(CONFIG_FPE_NWFPE) += nwfpe.o 7 8 nwfpe-y += fpa11.o fpa11_cpdo.o fpa11_cpdt.o \ 9 fpa11_cprt.o fpmodule.o fpopcode.o \ 10 softfloat.o single_cpdo.o double_cpdo.o \ 11 entry.o 12 13 nwfpe-$(CONFIG_FPE_NWFPE_XP) += extended_cpdo.o 14 15 # Try really hard to avoid generating calls to __aeabi_uldivmod() from 16 # float64_rem() due to loop elision. 17 ifdef CONFIG_CC_IS_CLANG 18 CFLAGS_softfloat.o += -mllvm -replexitval=never 19 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.