2003-03-31 17:27:09 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2003-03-31 17:27:09 +00:00
|
|
|
# (C) Copyright 2003
|
|
|
|
# Martin Winistoerfer, martinwinistoerfer@gmx.ch.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2003-03-31 17:27:09 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
#
|
2010-04-15 14:07:28 +00:00
|
|
|
# File: arch/powerpc/cpu/mpc5xx/Makefile
|
2003-06-27 21:31:46 +00:00
|
|
|
#
|
2003-03-31 17:27:09 +00:00
|
|
|
# Discription: Makefile to build mpc5xx cpu configuration.
|
|
|
|
# Will include top config.mk which itselfs
|
2010-04-15 14:07:28 +00:00
|
|
|
# uses the definitions made in arch/powerpc/cpu/mpc5xx/config.mk
|
2003-03-31 17:27:09 +00:00
|
|
|
#
|
|
|
|
|
2013-10-17 08:35:04 +00:00
|
|
|
extra-y = start.o
|
|
|
|
obj-y = serial.o cpu.o cpu_init.o interrupts.o traps.o speed.o spi.o
|