2014-11-21 22:51:33 +00:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
2015-01-29 13:56:20 +00:00
|
|
|
head-y := arch/mips/cpu/start.o
|
2014-11-21 22:51:33 +00:00
|
|
|
|
2015-01-29 13:56:20 +00:00
|
|
|
libs-y += arch/mips/cpu/
|
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/
|