]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-at91/armv7/Makefile
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[u-boot] / arch / arm / mach-at91 / armv7 / Makefile
1 #
2 # (C) Copyright 2000-2008
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # (C) Copyright 2013
6 # Bo Shen <voice.shen@atmel.com>
7 #
8 # SPDX-License-Identifier:      GPL-2.0+
9 #
10
11 obj-$(CONFIG_SAMA5D2)   += sama5d2_devices.o
12 obj-$(CONFIG_SAMA5D3)   += sama5d3_devices.o
13 obj-$(CONFIG_SAMA5D4)   += sama5d4_devices.o
14 obj-y += clock.o
15 obj-y += cpu.o
16 obj-y += reset.o
17 ifeq ($(CONFIG_ATMEL_PIT_TIMER),)
18 obj-y += timer.o
19 endif