summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
blob: 0a9e7e614b2061ee674a91add20888f4e9ee1e5b (plain)
1
2
3
4
5
6
7
8
9
10
#
# SPDX-License-Identifier:	GPL-2.0+
#

head-$(CONFIG_CPU_MIPS32) := arch/mips/cpu/mips32/start.o
head-$(CONFIG_CPU_MIPS64) := arch/mips/cpu/mips64/start.o

libs-$(CONFIG_CPU_MIPS32) += arch/mips/cpu/mips32/
libs-$(CONFIG_CPU_MIPS64) += arch/mips/cpu/mips64/
libs-y += arch/mips/lib/
OpenPOWER on IntegriCloud