Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2 8 lines 147 B view raw
1# 2# Makefile for the FPU instruction emulation. 3# 4 5# suppress all warnings - as math.c produces a lot! 6ccflags-y := -w 7 8obj-y := math_$(BITS).o