]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/at91-common/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / arch / arm / cpu / at91-common / Makefile
1 #
2 # (C) Copyright 2000-2008
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # (C) Copyright 2013 Atmel Corporation
6 #                    Bo Shen <voice.shen@atmel.com>
7 #
8 # SPDX-License-Identifier:      GPL-2.0+
9 #
10
11 obj-$(CONFIG_AT91_WANTS_COMMON_PHY) += phy.o
12 ifneq ($(CONFIG_SPL_BUILD),)
13 obj-$(CONFIG_AT91SAM9G20) += sdram.o spl_at91.o
14 obj-$(CONFIG_AT91SAM9M10G45) += mpddrc.o spl_at91.o
15 obj-$(CONFIG_SAMA5D3) += mpddrc.o spl_atmel.o
16 obj-y += spl.o
17 endif