Bo Shen | 3225f34 | 2013-05-12 22:40:54 +0000 | [diff] [blame] | 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 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 8 | # SPDX-License-Identifier: GPL-2.0+ |
Bo Shen | 3225f34 | 2013-05-12 22:40:54 +0000 | [diff] [blame] | 9 | # |
| 10 | |
Wenyou Yang | 75238f2 | 2015-10-30 09:55:52 +0800 | [diff] [blame] | 11 | obj-$(CONFIG_SAMA5D2) += sama5d2_devices.o |
Masahiro Yamada | 4e1aa84 | 2013-10-17 17:34:48 +0900 | [diff] [blame] | 12 | obj-$(CONFIG_SAMA5D3) += sama5d3_devices.o |
Bo Shen | 927b901 | 2014-11-10 15:24:02 +0800 | [diff] [blame] | 13 | obj-$(CONFIG_SAMA5D4) += sama5d4_devices.o |
Masahiro Yamada | 4e1aa84 | 2013-10-17 17:34:48 +0900 | [diff] [blame] | 14 | obj-y += clock.o |
| 15 | obj-y += cpu.o |
| 16 | obj-y += reset.o |
| 17 | obj-y += timer.o |