]> Git Repo - J-u-boot.git/blob - arch/powerpc/Makefile
powerpc: mpc8xx: harmonise initialisation of the immap local pointer
[J-u-boot.git] / arch / powerpc / Makefile
1 #
2 # SPDX-License-Identifier:      GPL-2.0+
3 #
4
5 head-y := arch/powerpc/cpu/$(CPU)/start.o
6 head-$(CONFIG_MPC85xx) += arch/powerpc/cpu/mpc85xx/resetvec.o
7
8 libs-y += arch/powerpc/cpu/$(CPU)/
9 libs-y += arch/powerpc/cpu/
10 libs-y += arch/powerpc/lib/
This page took 0.033434 seconds and 4 git commands to generate.