]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
s390: add assembler include path for vx-insn.h
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 6 Sep 2016 08:46:36 +0000 (10:46 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 6 Sep 2016 09:00:04 +0000 (11:00 +0200)
commitc783b91ebdbab67e848889c29dd0611c2b2c9fea
tree8cf137f37d00ab4d2706b2c99d17b4977e795950
parent6512391a30f6b158488e941214541e84473b6bf9
s390: add assembler include path for vx-insn.h

With git commit 0eab11c7e0d30de14a15ccd8269eef238321a8e1
"s390/vx: allow to include vx-insn.h with .include"
and an older gcc we get errors like this:

{standard input}:6: Error: can't open asm/vx-insn.h for reading:
No such file or directory
arch/s390/kernel/fpu.c:57: Error: Unrecognized opcode: `vstm'

To solve this issue simply add the path to arch/s390/include to
all assembler runs.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Makefile