xref: /openbmc/u-boot/arch/mips/mach-ath79/Makefile (revision 3fda0262c33fc2b63be06588afe2802a8ab81eb8)
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