Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d5cdfd5ec8351a26e701417ef9d3a0ba34666ce1
/
.
/
arch
/
mips
/
mach-ath79
/
Makefile
blob: fbd40c02becb9f4123426b66709ceeffbff21589 [
file
] [
log
] [
blame
]
# 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_AR934X
)
+=
ar934x
/
obj
-
$
(
CONFIG_SOC_QCA953X
)
+=
qca953x
/
obj
-
$
(
CONFIG_SOC_QCA956X
)
+=
qca956x
/