1 # SPDX-License-Identifier: GPL-2.0+ 2 3 obj-y += reset.o 4 obj-y += cpu.o 5 obj-y += dram.o 6 7 obj-$(CONFIG_SOC_AR933X) += ar933x/ 8 obj-$(CONFIG_SOC_AR934X) += ar934x/ 9 obj-$(CONFIG_SOC_QCA953X) += qca953x/ 10