diff options
author | Takashi YOSHII <takasi-y@ops.dti.ne.jp> | 2006-09-27 04:15:32 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:15:32 -0400 |
commit | 4b565680d16300acab0ff167e24f0ea289a6bd5d (patch) | |
tree | d233188a29c0a0ccfdf72c84899e926df2fc2ba8 /arch/sh/Makefile | |
parent | 317a6104a99f87c0b35c0d9f19ec23ee7429b33e (diff) |
sh: math-emu support
This implements initial math-emu support, aimed primarily at SH-3.
Signed-off-by: Takashi YOSHII <takasi-y@ops.dti.ne.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 859285d47a29..13b688b13e1c 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -79,6 +79,7 @@ head-y := arch/sh/kernel/head.o arch/sh/kernel/init_task.o | |||
79 | LIBGCC := $(shell $(CC) $(CFLAGS) -print-libgcc-file-name) | 79 | LIBGCC := $(shell $(CC) $(CFLAGS) -print-libgcc-file-name) |
80 | 80 | ||
81 | core-y += arch/sh/kernel/ arch/sh/mm/ | 81 | core-y += arch/sh/kernel/ arch/sh/mm/ |
82 | core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ | ||
82 | 83 | ||
83 | # Boards | 84 | # Boards |
84 | machdir-$(CONFIG_SH_SOLUTION_ENGINE) := se/770x | 85 | machdir-$(CONFIG_SH_SOLUTION_ENGINE) := se/770x |