xref: /rk3399_rockchip-uboot/arch/mips/Makefile (revision 16ac90c7ee6fe973ee86fa9b08f876e5c33751bc)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5head-y := arch/mips/cpu/start.o
6
7libs-y += arch/mips/cpu/
8libs-y += arch/mips/lib/
9
10libs-$(CONFIG_SOC_AU1X00) += arch/mips/mach-au1x00/
11