2014-11-21 22:51:33 +00:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
2015-01-18 20:59:35 +00:00
|
|
|
head-$(CONFIG_CPU_MIPS32) := arch/mips/cpu/mips32/start.o
|
|
|
|
head-$(CONFIG_CPU_MIPS64) := arch/mips/cpu/mips64/start.o
|
2014-11-21 22:51:33 +00:00
|
|
|
|
2015-01-18 20:59:35 +00:00
|
|
|
libs-$(CONFIG_CPU_MIPS32) += arch/mips/cpu/mips32/
|
|
|
|
libs-$(CONFIG_CPU_MIPS64) += arch/mips/cpu/mips64/
|
2014-11-21 22:51:33 +00:00
|
|
|
libs-y += arch/mips/lib/
|
2015-01-29 13:47:01 +00:00
|
|
|
|
|
|
|
libs-$(CONFIG_SOC_AU1X00) += arch/mips/mach-au1x00/
|