1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2000-2006
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6obj-y	+= lowlevel_init.o
7obj-y	+= reset.o
8obj-y	+= timer.o
9obj-y	+= clock.o
10obj-y	+= cpu.o
11obj-y	+= at91rm9200_devices.o
12