mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
arm: rmobile: Do not create a symbolic link to sh timer
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
This commit is contained in:
parent
0a3656a42e
commit
a52f90f074
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue