]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/rmobile/Makefile
vexpress: use correct timer address on extended memory map systems
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / rmobile / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 obj-y = cpu_info.o
9 obj-y += emac.o
10
11 obj-$(CONFIG_DISPLAY_BOARDINFO) += board.o
12 obj-$(CONFIG_GLOBAL_TIMER) += timer.o
13 obj-$(CONFIG_R8A7740) += lowlevel_init.o cpu_info-r8a7740.o pfc-r8a7740.o
14 obj-$(CONFIG_R8A7790) += lowlevel_init_ca15.o cpu_info-r8a7790.o pfc-r8a7790.o
15 obj-$(CONFIG_R8A7791) += lowlevel_init_ca15.o cpu_info-r8a7791.o pfc-r8a7791.o
16 obj-$(CONFIG_SH73A0) += lowlevel_init.o cpu_info-sh73a0.o pfc-sh73a0.o
17 obj-$(CONFIG_TMU_TIMER) += sh_timer.o
18
19 SRCS += $(obj)sh_timer.c
20 # from arch/sh/lib/ directory
21 $(obj)sh_timer.c:
22         @rm -f $(obj)sh_timer.c
23         ln -s $(SRCTREE)/arch/sh/lib/time.c $(obj)sh_timer.c