Commit 3f034f4c authored by Anton Blanchard's avatar Anton Blanchard

ppc64: Add input layer and fix for old yaboot.

parent 0b0f8092
......@@ -15,7 +15,8 @@
KERNELLOAD =0xc000000000000000
LINKFLAGS = -T arch/ppc64/vmlinux.lds -Ttext $(KERNELLOAD) -Bstatic
LINKFLAGS = -T arch/ppc64/vmlinux.lds -Bstatic \
-e $(KERNELLOAD) -Ttext $(KERNELLOAD)
CFLAGS := $(CFLAGS) -fsigned-char -msoft-float -pipe \
-Wno-uninitialized -mminimal-toc -fno-builtin
CPP = $(CC) -E $(CFLAGS)
......
......@@ -148,6 +148,7 @@ comment 'Console drivers'
source drivers/video/Config.in
endmenu
source drivers/input/Config.in
if [ "$CONFIG_PPC_ISERIES" = "y" ]; then
mainmenu_option next_comment
......
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