Wolfgang Denk | 72a087e | 2006-10-24 14:27:35 +0200 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2000-2006 |
| 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | # |
| 5 | # Copyright (C) 2005-2006 Atmel Corporation. |
| 6 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 7 | # SPDX-License-Identifier: GPL-2.0+ |
Wolfgang Denk | 72a087e | 2006-10-24 14:27:35 +0200 | [diff] [blame] | 8 | # |
| 9 | |
Masahiro Yamada | 8fb80a8 | 2013-10-21 11:53:28 +0900 | [diff] [blame] | 10 | extra-y += start.o |
Wolfgang Denk | 72a087e | 2006-10-24 14:27:35 +0200 | [diff] [blame] | 11 | |
Masahiro Yamada | 8fb80a8 | 2013-10-21 11:53:28 +0900 | [diff] [blame] | 12 | obj-y += cpu.o |
| 13 | obj-$(CONFIG_SYS_HSDRAMC) += hsdramc.o |
| 14 | obj-y += exception.o |
| 15 | obj-y += cache.o |
| 16 | obj-y += interrupts.o |
| 17 | obj-$(CONFIG_PORTMUX_PIO) += portmux-pio.o |
| 18 | obj-$(CONFIG_PORTMUX_GPIO) += portmux-gpio.o |
Masahiro Yamada | 165ecd2 | 2014-11-13 12:28:40 +0900 | [diff] [blame^] | 19 | |
| 20 | obj-y += $(if $(SOC),$(SOC)/) |