aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-09-19 17:33:25 +1000
committerPaul Mackerras <paulus@samba.org>2005-09-21 19:21:07 +1000
commit564ee7a5668e8b6d3b369fd807c75c77285c88d4 (patch)
tree15eb17f5bcef733122460d57abc99234c15a6542 /arch/ppc/kernel/Makefile
parent[PATCH] powerpc: Merge asm-ppc*/posix_types.h (diff)
downloadlinux-dev-564ee7a5668e8b6d3b369fd807c75c77285c88d4.tar.xz
linux-dev-564ee7a5668e8b6d3b369fd807c75c77285c88d4.zip
[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/ppc/kernel/Makefile')
-rw-r--r--arch/ppc/kernel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ppc/kernel/Makefile b/arch/ppc/kernel/Makefile
index 1fb92f16acd6..abf10dcb787b 100644
--- a/arch/ppc/kernel/Makefile
+++ b/arch/ppc/kernel/Makefile
@@ -36,3 +36,5 @@ ifndef CONFIG_MATH_EMULATION
obj-$(CONFIG_8xx) += softemu8xx.o
endif
+# These are here while we do the architecture merge
+vecemu-y += ../../powerpc/kernel/vecemu.o