From: Kerry Sheh Date: Wed, 2 Apr 2014 02:45:35 +0000 (+0800) Subject: tile: Fix vDSO compilation issue with allyesconfig X-Git-Tag: v3.15-rc1~68^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=603eb2cdee10d1006befa07ff62b6c63129df6c1;p=pandora-kernel.git 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_.o from .c only. Fix it by execute rule_cc_o_c instead. Reported-by: Fengguang Wu Signed-off-by: Kerry Sheh Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed