s390: pass march flag to assembly files as well
commit0f1b1ff54b386926ef1a524e60ef89ae7738bbd5
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 14 Aug 2014 14:06:02 +0000 (14 16:06 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 9 Sep 2014 06:53:28 +0000 (9 08:53 +0200)
tree8e0d4b50347b6b746f0da08bf9e00100f111df85
parentb7eacb59cd7fb5e98852186e485c0c865f862645
s390: pass march flag to assembly files as well

Currently the march flag gets only passed to C files, but not to
assembler files.
This means that we can't add new instructions like e.g. aghik to asm
files, since the assembler doesn't know of the new instructions if
the appropriate march flag isn't specified.

So also pass the march flag when compiling assembler files as well.

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