diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-19 03:33:25 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-21 05:21:07 -0400 |
commit | 564ee7a5668e8b6d3b369fd807c75c77285c88d4 (patch) | |
tree | 15eb17f5bcef733122460d57abc99234c15a6542 /arch/ppc64/kernel/Makefile | |
parent | 17b1dc07aebdef9ee43c06525bee702d5f0e9db1 (diff) |
[PATCH] powerpc: Move arch/ppc*/kernel/vecemu.c to arch/powerpc
This file is the same in both architectures so create arch/powerpc/kernel
and move it there.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index ae60eb1193c6..813718df4f82 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -83,3 +83,6 @@ ifeq ($(CONFIG_PPC_ISERIES),y) | |||
83 | arch/ppc64/kernel/head.o: arch/ppc64/kernel/lparmap.s | 83 | arch/ppc64/kernel/head.o: arch/ppc64/kernel/lparmap.s |
84 | AFLAGS_head.o += -Iarch/ppc64/kernel | 84 | AFLAGS_head.o += -Iarch/ppc64/kernel |
85 | endif | 85 | endif |
86 | |||
87 | # These are here while we do the architecture merge | ||
88 | vecemu-y += ../../powerpc/kernel/vecemu.o | ||