You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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/
|