Commit 408e7135 authored by Arnd Bergmann's avatar Arnd Bergmann

ARM: tegra: build assembly files with -march=armv7-a

The tegra assembly files are written for ARMv7 and are not compatible
with ARMv6, which leads to build warnings when compiling a dual
ARMv6/v7 kernel. Since this code is only ever run on Tegra ARMv7
hardware, we can tell the assembler which architecture level to
use.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 4c3ffffd
asflags-y += -march=armv7-a
obj-y += common.o
obj-y += io.o
obj-y += irq.o
......
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