]> Git Repo - J-u-boot.git/blame - arch/arm/mach-davinci/Makefile
board: silinux: Enable recovery SPL for EK874 board
[J-u-boot.git] / arch / arm / mach-davinci / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
c74b2108
SK
2#
3# (C) Copyright 2000-2006
4# Wolfgang Denk, DENX Software Engineering, [email protected].
5#
6# Copyright (C) 2007 Sergey Kubushyn <[email protected]>
c74b2108 7
d8769c62
MY
8obj-y += cpu.o misc.o timer.o psc.o pinmux.o reset.o
9obj-$(CONFIG_DA850_LOWLEVEL) += da850_lowlevel.o
10obj-$(CONFIG_SOC_DM355) += dm355.o
11obj-$(CONFIG_SOC_DM365) += dm365.o
12obj-$(CONFIG_SOC_DM644X) += dm644x.o
13obj-$(CONFIG_SOC_DM646X) += dm646x.o
d8769c62 14obj-$(CONFIG_SOC_DA850) += da850_pinmux.o
48ef5729 15
435199f3 16ifdef CONFIG_SPL_BUILD
d8769c62
MY
17obj-$(CONFIG_SPL_FRAMEWORK) += spl.o
18obj-$(CONFIG_SOC_DM365) += dm365_lowlevel.o
19obj-$(CONFIG_SOC_DA8XX) += da850_lowlevel.o
435199f3 20endif
This page took 0.478042 seconds and 4 git commands to generate.