1 # SPDX-License-Identifier: GPL-2.0-only !! 1 # 2 obj-y := math.o !! 2 # Makefile for the FPU instruction emulation. >> 3 # >> 4 >> 5 ccflags-y := -w >> 6 >> 7 obj-$(CONFIG_MATHEMU) += math-emu.o >> 8 >> 9 math-emu-objs := math.o qrnnd.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.