]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Mar 2021 15:07:23 +0000 (16:07 +0100)
commita4bfd34ad6e0f822a4589d8cd08621525a53079c
tree9fdbc658679af317a5448b4575d179489dcfb8d3
parent7f4932f152659e9e53798efef1392324f4c0ea1d
alpha: add $(src)/ rather than $(obj)/ to make source file path

commit 5ed78e5523fd9ba77b8444d380d54da1f88c53fc upstream.

$(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>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/alpha/lib/Makefile