]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/avr32/cpu/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / arch / avr32 / cpu / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # Copyright (C) 2005-2006 Atmel Corporation.
6 #
7 # SPDX-License-Identifier:      GPL-2.0+
8 #
9
10 extra-y                 += start.o
11
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
19
20 obj-$(if $(filter at32ap700x,$(SOC)),y) += at32ap700x/