summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
blob: 8aa1d603fa01802633a433d68c7ad67cc14d5174 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# SPDX-License-Identifier:	GPL-2.0+
#

head-y := arch/powerpc/cpu/$(CPU)/start.o
head-$(CONFIG_4xx) += arch/powerpc/cpu/ppc4xx/resetvec.o
head-$(CONFIG_MPC85xx) += arch/powerpc/cpu/mpc85xx/resetvec.o

libs-y += arch/powerpc/cpu/$(CPU)/
libs-y += arch/powerpc/cpu/
libs-y += arch/powerpc/lib/
OpenPOWER on IntegriCloud