Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / mach-at91 / armv7 / Makefile
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
9 obj-$(CONFIG_SAMA5D2)   += sama5d2_devices.o
10 obj-$(CONFIG_SAMA5D3)   += sama5d3_devices.o
11 obj-$(CONFIG_SAMA5D4)   += sama5d4_devices.o
12 obj-y += clock.o
13 obj-y += cpu.o
14 obj-y += reset.o
15 ifeq ($(CONFIG_ATMEL_PIT_TIMER),)
16 obj-y += timer.o
17 endif