mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
11 lines
237 B
Makefile
11 lines
237 B
Makefile
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
head-y := arch/powerpc/cpu/$(CPU)/start.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/
|