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_SAMA5D2) += sama5d2_devices.o 12obj-$(CONFIG_SAMA5D3) += sama5d3_devices.o 13obj-$(CONFIG_SAMA5D4) += sama5d4_devices.o 14obj-y += clock.o 15obj-y += cpu.o 16obj-y += reset.o 17obj-y += timer.o 18