mips: vdso: Fix source path
The vdso library for o32 and n32 does not compile compile correctly when building outside of the source tree due to a wrong inclusion path for config-n32-o32-env.c resulting in the error below: cc1: fatal error: arch/mips/vdso/config-n32-o32-env.c: No such file or dnirectory compilation terminated. arch/mips/vdso/Makefile:153: recipe for target 'arch/mips/vdso/vgettimeofday-o32.o' failed make[3]: *** [arch/mips/vdso/vgettimeofday-o32.o] Error 1 scripts/Makefile.build:490: recipe for target 'arch/mips/vdso' failed Fix the config-n32-o32-env.c inclusion path prepending the $(srctree) variable. Signed-off-by:Vincenzo Frascino <vincenzo.frascino@arm.com> [paul.burton@mips.com: Note that this occurs specifically when building outside of the source tree.] Signed-off-by:
Paul Burton <paul.burton@mips.com>
Loading
-
mentioned in commit 352c6c2a
-
mentioned in commit dfdc4539
-
mentioned in commit ec3e35ef
-
mentioned in commit ec3e35ef
-
mentioned in commit ec57870b
-
mentioned in commit ec57870b
-
mentioned in commit 09bcc1fd
-
mentioned in commit 09bcc1fd
-
mentioned in commit 4733368e
-
mentioned in commit ac5a72db
-
mentioned in commit 094da258
Please register or sign in to comment