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 clock.o 10obj-$(CONFIG_SAMA5D3) += sama5d3_devices.o clock.o 11obj-$(CONFIG_SAMA5D4) += sama5d4_devices.o clock.o 12obj-$(CONFIG_SAMA7G5) += sama7g5_devices.o 13obj-y += cpu.o 14obj-y += reset.o 15ifneq ($(CONFIG_ATMEL_PIT_TIMER),y) 16ifneq ($(CONFIG_MCHP_PIT64B_TIMER),y) 17# old non-DM timer driver 18obj-y += timer.o 19endif 20endif 21