]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/mpc8xx/Makefile
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc8xx / Makefile
CommitLineData
907208c4
CL
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
8extra-y += start.o
9extra-y += traps.o
10obj-y += cpu.o
11obj-y += cpu_init.o
907208c4 12obj-$(CONFIG_OF_LIBFDT) += fdt.o
debd1f3c 13obj-$(CONFIG_CMD_IMMAP) += immap.o
907208c4 14obj-y += interrupts.o
d7949665 15obj-$(CONFIG_CMD_REGINFO) += reginfo.o
907208c4 16obj-y += speed.o
1e7cefef 17obj-y += cache.o