Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for Linux arch/m68k/fpsp040 source directory |
| 4 | # |
| 5 | |
| 6 | obj-y := bindec.o binstr.o decbin.o do_func.o gen_except.o get_op.o \ |
| 7 | kernel_ex.o res_func.o round.o sacos.o sasin.o satan.o satanh.o \ |
| 8 | scosh.o setox.o sgetem.o sint.o slog2.o slogn.o \ |
| 9 | smovecr.o srem_mod.o scale.o \ |
| 10 | ssin.o ssinh.o stan.o stanh.o sto_res.o stwotox.o tbldo.o util.o \ |
| 11 | x_bsun.o x_fline.o x_operr.o x_ovfl.o x_snan.o x_store.o \ |
| 12 | x_unfl.o x_unimp.o x_unsupp.o bugfix.o skeleton.o |
| 13 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | EXTRA_LDFLAGS := -x |
| 15 | |
| 16 | $(OS_OBJS): fpsp.h |