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