]> Git Repo - J-u-boot.git/blame - arch/arm/mach-davinci/Makefile
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[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
d8769c62 10obj-$(CONFIG_SOC_DA850) += da850_pinmux.o
48ef5729 11
bef9fdbe 12ifdef CONFIG_XPL_BUILD
d8769c62 13obj-$(CONFIG_SPL_FRAMEWORK) += spl.o
d8769c62 14obj-$(CONFIG_SOC_DA8XX) += da850_lowlevel.o
435199f3 15endif
This page took 0.690673 seconds and 5 git commands to generate.