mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
9b03f802ae
This patch enable work for qca953x SOC. Signed-off-by: Wills Wang <wills.wang@live.com>
10 lines
No EOL
163 B
Makefile
10 lines
No EOL
163 B
Makefile
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += reset.o
|
|
obj-y += cpu.o
|
|
obj-y += dram.o
|
|
|
|
obj-$(CONFIG_SOC_AR933X) += ar933x/
|
|
obj-$(CONFIG_SOC_QCA953X) += qca953x/
|