1 # SPDX-License-Identifier: GPL-2.0+ 2 # 3 # (C) Copyright 2000-2008 4 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de. 5 # 6 # (C) Copyright 2013 7 # Bo Shen <voice.shen (at] 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 18