diff options
Diffstat (limited to 'arch/m68k/math-emu/Makefile')
-rw-r--r-- | arch/m68k/math-emu/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/m68k/math-emu/Makefile b/arch/m68k/math-emu/Makefile new file mode 100644 index 000000000000..539940401814 --- /dev/null +++ b/arch/m68k/math-emu/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel. | ||
3 | # | ||
4 | |||
5 | EXTRA_AFLAGS := -traditional | ||
6 | |||
7 | #EXTRA_AFLAGS += -DFPU_EMU_DEBUG | ||
8 | #EXTRA_CFLAGS += -DFPU_EMU_DEBUG | ||
9 | |||
10 | obj-y := fp_entry.o fp_scan.o fp_util.o fp_move.o fp_movem.o \ | ||
11 | fp_cond.o fp_arith.o fp_log.o fp_trig.o | ||