]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/rmobile/Makefile
arm: mx5: Add fuse supply enable in fsl_iim
[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 = lowlevel_init.o
9 obj-y += cpu_info.o
10 obj-y += emac.o
11
12 obj-$(CONFIG_DISPLAY_BOARDINFO) += board.o
13 obj-$(CONFIG_GLOBAL_TIMER) += timer.o
14 obj-$(CONFIG_R8A7740) += cpu_info-r8a7740.o
15 obj-$(CONFIG_R8A7740) += pfc-r8a7740.o
16 obj-$(CONFIG_SH73A0) += cpu_info-sh73a0.o
17 obj-$(CONFIG_SH73A0) += pfc-sh73a0.o
18 obj-$(CONFIG_TMU_TIMER) += sh_timer.o
19
20 SRCS += $(obj)sh_timer.c
21 # from arch/sh/lib/ directory
22 $(obj)sh_timer.c:
23         @rm -f $(obj)sh_timer.c
24         ln -s $(SRCTREE)/arch/sh/lib/time.c $(obj)sh_timer.c