diff options
Diffstat (limited to 'arch/ppc/boot/lib/Makefile')
-rw-r--r-- | arch/ppc/boot/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/boot/lib/Makefile b/arch/ppc/boot/lib/Makefile index 80c84d562fa4..2f995f712ec5 100644 --- a/arch/ppc/boot/lib/Makefile +++ b/arch/ppc/boot/lib/Makefile | |||
@@ -5,7 +5,7 @@ | |||
5 | CFLAGS_kbd.o := -Idrivers/char | 5 | CFLAGS_kbd.o := -Idrivers/char |
6 | CFLAGS_vreset.o := -Iarch/ppc/boot/include | 6 | CFLAGS_vreset.o := -Iarch/ppc/boot/include |
7 | 7 | ||
8 | zlib := infblock.c infcodes.c inffast.c inflate.c inftrees.c infutil.c | 8 | zlib := inffast.c inflate.c inftrees.c |
9 | 9 | ||
10 | lib-y += $(zlib:.c=.o) div64.o | 10 | lib-y += $(zlib:.c=.o) div64.o |
11 | lib-$(CONFIG_VGA_CONSOLE) += vreset.o kbd.o | 11 | lib-$(CONFIG_VGA_CONSOLE) += vreset.o kbd.o |