mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
774434bf33
Add _32 to filenames to make them 32 bit unique Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
146 B
Makefile
9 lines
146 B
Makefile
#
|
|
# Makefile for the FPU instruction emulation.
|
|
#
|
|
|
|
# supress all warnings - as math.c produces a lot!
|
|
ccflags-y := -w
|
|
|
|
obj-y := math_$(BITS).o
|