xref: /rk3399_rockchip-uboot/arch/mips/mach-ath79/Makefile (revision 4d1065c8d8d9a6b238cbf7151fc11d0bc1e5cd1b)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5obj-y += reset.o
6obj-y += cpu.o
7obj-y += dram.o
8
9obj-$(CONFIG_SOC_AR933X)	+= ar933x/
10obj-$(CONFIG_SOC_AR934X)	+= ar934x/
11obj-$(CONFIG_SOC_QCA953X)	+= qca953x/
12