diff options
-rw-r--r-- | arch/powerpc/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index c26200b40a47..ac6705e75711 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -58,7 +58,7 @@ $(addprefix $(obj)/,$(zlib) cuboot-c2k.o gunzip_util.o main.o prpmc2800.o): \ | |||
58 | libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c | 58 | libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c |
59 | libfdtheader := fdt.h libfdt.h libfdt_internal.h | 59 | libfdtheader := fdt.h libfdt.h libfdt_internal.h |
60 | 60 | ||
61 | $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o): \ | 61 | $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o): \ |
62 | $(addprefix $(obj)/,$(libfdtheader)) | 62 | $(addprefix $(obj)/,$(libfdtheader)) |
63 | 63 | ||
64 | src-wlib := string.S crt0.S crtsavres.S stdio.c main.c \ | 64 | src-wlib := string.S crt0.S crtsavres.S stdio.c main.c \ |