]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/arm926ejs/at91/Makefile
ARM: atmel: cleanup: remove at91cap9 related code
[people/ms/u-boot.git] / arch / arm / cpu / arm926ejs / at91 / Makefile
CommitLineData
fefb6c10
SP
1#
2# (C) Copyright 2000-2008
cce9cfda 3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
fefb6c10 4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
fefb6c10
SP
6#
7
d8769c62
MY
8obj-$(CONFIG_AT91SAM9260) += at91sam9260_devices.o
9obj-$(CONFIG_AT91SAM9G20) += at91sam9260_devices.o
10obj-$(CONFIG_AT91SAM9XE) += at91sam9260_devices.o
11obj-$(CONFIG_AT91SAM9261) += at91sam9261_devices.o
12obj-$(CONFIG_AT91SAM9G10) += at91sam9261_devices.o
13obj-$(CONFIG_AT91SAM9263) += at91sam9263_devices.o
14obj-$(CONFIG_AT91SAM9RL) += at91sam9rl_devices.o
15obj-$(CONFIG_AT91SAM9M10G45) += at91sam9m10g45_devices.o
16obj-$(CONFIG_AT91SAM9G45) += at91sam9m10g45_devices.o
17obj-$(CONFIG_AT91SAM9N12) += at91sam9n12_devices.o
18obj-$(CONFIG_AT91SAM9X5) += at91sam9x5_devices.o
19obj-$(CONFIG_AT91_EFLASH) += eflash.o
20obj-$(CONFIG_AT91_LED) += led.o
21obj-y += clock.o
22obj-y += cpu.o
23obj-y += reset.o
24obj-y += timer.o
fefb6c10 25
8096c51f 26ifndef CONFIG_SKIP_LOWLEVEL_INIT
d8769c62 27obj-y += lowlevel_init.o
8096c51f 28endif