]> git.baikalelectronics.ru Git - kernel.git/commit
tile: Fix vDSO compilation issue with allyesconfig
authorKerry Sheh <ksheh@tilera.com>
Wed, 2 Apr 2014 02:45:35 +0000 (10:45 +0800)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 4 Apr 2014 17:03:44 +0000 (13:03 -0400)
commit9d6f7db0063c83a896118a04fa83bc3268e8bcff
tree4d2efa06bb52e543786ed952ab14a2f70ad373b1
parent9f255ac4b0023cce080a8a2d64261acd61c47645
tile: Fix vDSO compilation issue with allyesconfig

make allyesconfig give the following build error on tile:
 tilegx-linux-gcc: error: arch/tile/kernel/vdso/vgettimeofday32.o: No such file or directory
 tilegx-linux-objcopy: 'arch/tile/kernel/vdso/vdso32.so.dbg': No such file or directory

In case with CONFIG_MODVERSIONS, cmd_cc_o_c generate .tmp_<file>.o from
<file>.c only. Fix it by execute rule_cc_o_c instead.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Kerry Sheh <ksheh@tilera.com>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/kernel/vdso/Makefile