]> asedeno.scripts.mit.edu Git - linux.git/commit
alpha: add $(src)/ rather than $(obj)/ to make source file path
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 11 Sep 2016 07:42:14 +0000 (16:42 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 3 May 2017 05:00:55 +0000 (14:00 +0900)
commit5ed78e5523fd9ba77b8444d380d54da1f88c53fc
tree9127f8f9d51cc1438d071eef825428bf6e1a690e
parentbd74370b8657fc6fdab7b0d5024d011985183809
alpha: add $(src)/ rather than $(obj)/ to make source file path

$(ev6-y)divide.S is a source file, not a build-time generated file.
So, it should be prefixed with $(src)/ rather than $(obj)/.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/alpha/lib/Makefile