diff options
Diffstat (limited to 'arch/m68k/fpsp040/Makefile')
-rw-r--r-- | arch/m68k/fpsp040/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/m68k/fpsp040/Makefile b/arch/m68k/fpsp040/Makefile new file mode 100644 index 000000000000..0214d2f6f8b0 --- /dev/null +++ b/arch/m68k/fpsp040/Makefile | |||
@@ -0,0 +1,16 @@ | |||
1 | # | ||
2 | # Makefile for Linux arch/m68k/fpsp040 source directory | ||
3 | # | ||
4 | |||
5 | obj-y := bindec.o binstr.o decbin.o do_func.o gen_except.o get_op.o \ | ||
6 | kernel_ex.o res_func.o round.o sacos.o sasin.o satan.o satanh.o \ | ||
7 | scosh.o setox.o sgetem.o sint.o slog2.o slogn.o \ | ||
8 | smovecr.o srem_mod.o scale.o \ | ||
9 | ssin.o ssinh.o stan.o stanh.o sto_res.o stwotox.o tbldo.o util.o \ | ||
10 | x_bsun.o x_fline.o x_operr.o x_ovfl.o x_snan.o x_store.o \ | ||
11 | x_unfl.o x_unimp.o x_unsupp.o bugfix.o skeleton.o | ||
12 | |||
13 | EXTRA_AFLAGS := -traditional | ||
14 | EXTRA_LDFLAGS := -x | ||
15 | |||
16 | $(OS_OBJS): fpsp.h | ||