1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2000-2006
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6# ccflags-y += -DET_DEBUG
7
8extra-y	= start.o
9obj-y	= interrupts.o cpu.o speed.o cpu_init.o
10