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