summaryrefslogtreecommitdiff
path: root/arch/avr32/cpu/Makefile
blob: 2f7adf8136d9df42d7e04fbf7575bc9a15622c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# Copyright (C) 2005-2006 Atmel Corporation.
#
# SPDX-License-Identifier:	GPL-2.0+
#

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

obj-y += $(if $(SOC),$(SOC)/)