]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/mach-davinci/Makefile
include/bitfield.h: Assure new bitfield value doesn't touch unwanted bits
[karo-tx-uboot.git] / arch / arm / mach-davinci / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
6 #
7 # SPDX-License-Identifier:      GPL-2.0+
8 #
9
10 obj-y                           += cpu.o misc.o timer.o psc.o pinmux.o reset.o
11 obj-$(CONFIG_DA850_LOWLEVEL)    += da850_lowlevel.o
12 obj-$(CONFIG_SOC_DM355) += dm355.o
13 obj-$(CONFIG_SOC_DM365) += dm365.o
14 obj-$(CONFIG_SOC_DM644X)        += dm644x.o
15 obj-$(CONFIG_SOC_DM646X)        += dm646x.o
16 obj-$(CONFIG_SOC_DA830) += da830_pinmux.o
17 obj-$(CONFIG_SOC_DA850) += da850_pinmux.o
18 obj-$(CONFIG_DRIVER_TI_EMAC)    += lxt972.o dp83848.o et1011c.o ksz8873.o
19
20 ifdef CONFIG_SPL_BUILD
21 obj-$(CONFIG_SPL_FRAMEWORK)     += spl.o
22 obj-$(CONFIG_SOC_DM365) += dm365_lowlevel.o
23 obj-$(CONFIG_SOC_DA8XX) += da850_lowlevel.o
24 endif
25
26 ifndef CONFIG_SKIP_LOWLEVEL_INIT
27 obj-y   += lowlevel_init.o
28 endif