summaryrefslogtreecommitdiffstats
path: root/arch/tile
diff options
context:
space:
mode:
authorKerry Sheh <ksheh@tilera.com>2014-04-02 10:45:35 +0800
committerChris Metcalf <cmetcalf@tilera.com>2014-04-04 13:03:44 -0400
commit603eb2cdee10d1006befa07ff62b6c63129df6c1 (patch)
tree4d2efa06bb52e543786ed952ab14a2f70ad373b1 /arch/tile
parent620830b6954913647b7c7f68920cf48eddf6ad92 (diff)
downloadop-kernel-dev-603eb2cdee10d1006befa07ff62b6c63129df6c1.zip
op-kernel-dev-603eb2cdee10d1006befa07ff62b6c63129df6c1.tar.gz
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>
Diffstat (limited to 'arch/tile')
-rw-r--r--arch/tile/kernel/vdso/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/kernel/vdso/Makefile b/arch/tile/kernel/vdso/Makefile
index e2b7a2f..a025f63 100644
--- a/arch/tile/kernel/vdso/Makefile
+++ b/arch/tile/kernel/vdso/Makefile
@@ -104,7 +104,7 @@ $(obj-vdso32:%=%): KBUILD_AFLAGS = $(KBUILD_AFLAGS_32)
$(obj-vdso32:%=%): KBUILD_CFLAGS = $(KBUILD_CFLAGS_32)
$(obj)/vgettimeofday32.o: $(obj)/vgettimeofday.c
- $(call if_changed,cc_o_c)
+ $(call if_changed_rule,cc_o_c)
$(obj)/vrt_sigreturn32.o: $(obj)/vrt_sigreturn.S
$(call if_changed,as_o_S)
OpenPOWER on IntegriCloud