2007-08-16 20:05:11 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2000-2004
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2007-08-16 20:05:11 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# CFLAGS += -DET_DEBUG
|
|
|
|
|
2013-10-21 02:53:35 +00:00
|
|
|
extra-y = start.o
|
|
|
|
obj-y = cpu.o speed.o cpu_init.o interrupts.o pci.o
|