Commit 8b7ea2cc authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] revert "ppc: fix build with o=output_dir"

This was the wrong fix - back it out and try again later.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 59a7718e
......@@ -4,13 +4,7 @@
CFLAGS_kbd.o += -Idrivers/char
ZLIB_DIR := ../../../../lib/zlib_inflate/
lib-y := $(addprefix $(ZLIB_DIR), \
lib-y := $(addprefix ../../../../lib/zlib_inflate/, \
infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o)
lib-y += div64.o
lib-$(CONFIG_VGA_CONSOLE) += vreset.o kbd.o
ifneq ($(KBUILD_SRC),)
_make_zlib_dir := $(shell [ -d $(obj)/$(ZLIB_DIR) ] || mkdir -p $(obj)/$(ZLIB_DIR) )
endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment