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