diff options
Diffstat (limited to 'arch/ppc64/kernel')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index 6a0fea272386..79366e4a9e5c 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -70,7 +70,7 @@ CFLAGS_ioctl32.o += -Ifs/ | |||
70 | 70 | ||
71 | ifneq ($(CONFIG_PPC_MERGE),y) | 71 | ifneq ($(CONFIG_PPC_MERGE),y) |
72 | ifeq ($(CONFIG_PPC_ISERIES),y) | 72 | ifeq ($(CONFIG_PPC_ISERIES),y) |
73 | arch/ppc64/kernel/head.o: arch/powerpc/platforms/iseries/lparmap.s | 73 | arch/ppc64/kernel/head.o: arch/powerpc/kernel/lparmap.s |
74 | AFLAGS_head.o += -Iarch/powerpc/platforms/iseries | 74 | AFLAGS_head.o += -Iarch/powerpc/kernel |
75 | endif | 75 | endif |
76 | endif | 76 | endif |