mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 09:02:25 +02:00
9 lines
233 B
Makefile
9 lines
233 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/
|