xref: /openbmc/u-boot/arch/arm/mach-at91/armv7/Makefile (revision 867a6ac8)
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
11obj-$(CONFIG_SAMA5D3)	+= sama5d3_devices.o
12obj-$(CONFIG_SAMA5D4)	+= sama5d4_devices.o
13obj-y += clock.o
14obj-y += cpu.o
15obj-y += reset.o
16obj-y += timer.o
17