]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/powerpc/cpu/mpc8xx/Makefile
powerpc: Partialy restore core of mpc8xx
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc8xx / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier: GPL-2.0+
6 #
7
8 extra-y += start.o
9 extra-y += traps.o
10 obj-y += cpu.o
11 obj-y += cpu_init.o
12 obj-y += fec.o
13 obj-$(CONFIG_OF_LIBFDT) += fdt.o
14 obj-y += interrupts.o
15 obj-y += serial.o
16 obj-y += speed.o
17 obj-y += spi.o