From: Masahiro Yamada Date: Mon, 11 Nov 2013 05:36:08 +0000 (+0900) Subject: arm: rmobile: Do not create a symbolic link to sh timer X-Git-Tag: v2014.01-rc1~29 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=a52f90f074a84880f8cb13e060e9ca5f3c7d9c2f;p=karo-tx-uboot.git arm: rmobile: Do not create a symbolic link to sh timer Signed-off-by: Masahiro Yamada Cc: Nobuhiro Iwamatsu --- diff --git a/arch/arm/cpu/armv7/rmobile/Makefile b/arch/arm/cpu/armv7/rmobile/Makefile index 8f4cf3a195..5e296c4208 100644 --- a/arch/arm/cpu/armv7/rmobile/Makefile +++ b/arch/arm/cpu/armv7/rmobile/Makefile @@ -15,10 +15,4 @@ obj-$(CONFIG_R8A7740) += cpu_info-r8a7740.o obj-$(CONFIG_R8A7740) += pfc-r8a7740.o obj-$(CONFIG_SH73A0) += cpu_info-sh73a0.o obj-$(CONFIG_SH73A0) += pfc-sh73a0.o -obj-$(CONFIG_TMU_TIMER) += sh_timer.o - -SRCS += $(obj)sh_timer.c -# from arch/sh/lib/ directory -$(obj)sh_timer.c: - @rm -f $(obj)sh_timer.c - ln -s $(SRCTREE)/arch/sh/lib/time.c $(obj)sh_timer.c +obj-$(CONFIG_TMU_TIMER) += ../../../../sh/lib/time.o