提交 408e7135 编写于 作者: A 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: NArnd Bergmann <arnd@arndb.de>
上级 4c3ffffd
asflags-y += -march=armv7-a
obj-y += common.o
obj-y += io.o
obj-y += irq.o
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册