xref: /rk3399_rockchip-uboot/arch/mips/Makefile (revision c57dafb5b413335d397691a3d50ff33c229c272d)
1e19db555SDaniel Schwierzeck#
2e19db555SDaniel Schwierzeck# SPDX-License-Identifier:	GPL-2.0+
3e19db555SDaniel Schwierzeck#
4e19db555SDaniel Schwierzeck
5*c57dafb5SDaniel Schwierzeckhead-$(CONFIG_CPU_MIPS32) := arch/mips/cpu/mips32/start.o
6*c57dafb5SDaniel Schwierzeckhead-$(CONFIG_CPU_MIPS64) := arch/mips/cpu/mips64/start.o
7e19db555SDaniel Schwierzeck
8*c57dafb5SDaniel Schwierzecklibs-$(CONFIG_CPU_MIPS32) += arch/mips/cpu/mips32/
9*c57dafb5SDaniel Schwierzecklibs-$(CONFIG_CPU_MIPS64) += arch/mips/cpu/mips64/
10e19db555SDaniel Schwierzecklibs-y += arch/mips/lib/
11