wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 1 | # |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 2 | # (C) Copyright 2006 |
| 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | # |
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 5 | # (C) Copyright 2003 |
| 6 | # Martin Winistoerfer, martinwinistoerfer@gmx.ch. |
| 7 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 8 | # SPDX-License-Identifier: GPL-2.0+ |
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 9 | # |
| 10 | |
| 11 | # |
Stefan Roese | a47a12b | 2010-04-15 16:07:28 +0200 | [diff] [blame] | 12 | # File: arch/powerpc/cpu/mpc5xx/Makefile |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 13 | # |
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 14 | # Discription: Makefile to build mpc5xx cpu configuration. |
| 15 | # Will include top config.mk which itselfs |
Stefan Roese | a47a12b | 2010-04-15 16:07:28 +0200 | [diff] [blame] | 16 | # uses the definitions made in arch/powerpc/cpu/mpc5xx/config.mk |
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 17 | # |
| 18 | |
Masahiro Yamada | 06c1411 | 2013-10-17 17:35:04 +0900 | [diff] [blame] | 19 | extra-y = start.o |
| 20 | obj-y = serial.o cpu.o cpu_init.o interrupts.o traps.o speed.o spi.o |