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>
8 lines
146 B
Makefile
8 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
|