diff options
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 | ||