1e19db555SDaniel Schwierzeck# 2e19db555SDaniel Schwierzeck# SPDX-License-Identifier: GPL-2.0+ 3e19db555SDaniel Schwierzeck# 4e19db555SDaniel Schwierzeck 5c57dafb5SDaniel Schwierzeckhead-$(CONFIG_CPU_MIPS32) := arch/mips/cpu/mips32/start.o 6c57dafb5SDaniel Schwierzeckhead-$(CONFIG_CPU_MIPS64) := arch/mips/cpu/mips64/start.o 7e19db555SDaniel Schwierzeck 8c57dafb5SDaniel Schwierzecklibs-$(CONFIG_CPU_MIPS32) += arch/mips/cpu/mips32/ 9c57dafb5SDaniel Schwierzecklibs-$(CONFIG_CPU_MIPS64) += arch/mips/cpu/mips64/ 10e19db555SDaniel Schwierzecklibs-y += arch/mips/lib/ 11*d9a4a622SDaniel Schwierzeck 12*d9a4a622SDaniel Schwierzecklibs-$(CONFIG_SOC_AU1X00) += arch/mips/mach-au1x00/ 13