diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-11 03:41:56 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:45 -0500 |
commit | 4c91d6b105af5ab3011158addbd23f038aee6a00 (patch) | |
tree | a0911654bf3f15b1c54c8a8f0cda98df3ee5407d | |
parent | 151468d2b42569f3aff1aedc0dddfed45159c2ab (diff) |
sh: Fix up the head-y targets for _32 and _64.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 897f1c590fac..4da3bc696b3d 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -95,7 +95,9 @@ endif | |||
95 | KBUILD_CFLAGS += -pipe $(cflags-y) | 95 | KBUILD_CFLAGS += -pipe $(cflags-y) |
96 | KBUILD_AFLAGS += $(cflags-y) | 96 | KBUILD_AFLAGS += $(cflags-y) |
97 | 97 | ||
98 | head-y := arch/sh/kernel/head.o arch/sh/kernel/init_task.o | 98 | head-y := arch/sh/kernel/init_task.o |
99 | head-$(CONFIG_SUPERH32) += arch/sh/kernel/head_32.o | ||
100 | head-$(CONFIG_SUPERH64) += arch/sh/kernel/head_64.o | ||
99 | 101 | ||
100 | LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) | 102 | LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) |
101 | 103 | ||