2006-10-24 12:27:35 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2000-2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2005-2006 Atmel Corporation.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2006-10-24 12:27:35 +00:00
|
|
|
#
|
|
|
|
|
2013-10-21 02:53:28 +00:00
|
|
|
extra-y += start.o
|
|
|
|
|
|
|
|
obj-y += cpu.o
|
|
|
|
obj-$(CONFIG_SYS_HSDRAMC) += hsdramc.o
|
|
|
|
obj-y += exception.o
|
|
|
|
obj-y += cache.o
|
|
|
|
obj-y += interrupts.o
|
|
|
|
obj-$(CONFIG_PORTMUX_PIO) += portmux-pio.o
|
|
|
|
obj-$(CONFIG_PORTMUX_GPIO) += portmux-gpio.o
|
2015-02-06 22:06:41 +00:00
|
|
|
obj-y += mmc.o
|
2014-11-13 03:28:40 +00:00
|
|
|
|
2014-11-13 03:28:42 +00:00
|
|
|
obj-$(if $(filter at32ap700x,$(SOC)),y) += at32ap700x/
|