]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/avr32/cpu/Makefile
fdt: Try to use fdt_address_cells()/fdt_size_cells()
[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