xref: /openbmc/linux/arch/alpha/math-emu/Makefile (revision 762f99f4f3cb41a775b5157dd761217beba65873)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for the FPU instruction emulation.
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds
68a362cd6Smatt mooneyccflags-y := -w
71da177e4SLinus Torvalds
81da177e4SLinus Torvaldsobj-$(CONFIG_MATHEMU) += math-emu.o
91da177e4SLinus Torvalds
10*d4d016caSLinus Torvaldsmath-emu-objs := math.o
11