]> git.hungrycats.org Git - linux/commit
um: Fix out-of-tree build
authorRichard Weinberger <richard@nod.at>
Sun, 28 Jun 2015 20:55:26 +0000 (22:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Feb 2018 19:07:58 +0000 (11:07 -0800)
commit9c194a6a8ac2047e1504329838e7b49e2210f077
tree80fbe0eb4c3f23d358deb41c2ce41cc54dd4fbae
parente69660008e384de9d2da8c6d8c24ea1897850d59
um: Fix out-of-tree build

commit 0b5aedfe0e6654ec54f35109e1929a1cf7fc4cdd upstream.

Commit 30b11ee9a (um: Remove copy&paste code from init.h)
uncovered an issue wrt. out-of-tree builds.
For out-of-tree builds, we must not rely on relative paths.
Before 30b11ee9a it worked by chance as no host code included
generated header files.

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/um/Makefile