summaryrefslogtreecommitdiff
path: root/drivers/timer/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-10-05 13:26:44 -0400
committerTom Rini <[email protected]>2023-10-05 13:26:44 -0400
commitbe2abe73df58a35da9e8d5afb13fccdf1b0faa8e (patch)
treea41b676d6169cd846d33dcf18c8e8c6ea181784c /drivers/timer/Makefile
parentcb59d23584a7a0f2431025a56f4938d424c49ca5 (diff)
parent7cfdacbe8020292845bd5eba63b576b8586c433c (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
+ ae350: modify memory layout and target name + ae350: use generic RISC-V timer driver in S-mode + Support bootstage report for RISC-V + Support C extension exception command for RISC-V + Add Starfive timer support
Diffstat (limited to 'drivers/timer/Makefile')
-rw-r--r--drivers/timer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile
index 1ca74805fd9..b93145e8d43 100644
--- a/drivers/timer/Makefile
+++ b/drivers/timer/Makefile
@@ -4,7 +4,7 @@
obj-y += timer-uclass.o
obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o
-obj-$(CONFIG_ANDES_PLMT_TIMER) += andes_plmt_timer.o
+obj-$(CONFIG_$(SPL_)ANDES_PLMT_TIMER) += andes_plmt_timer.o
obj-$(CONFIG_ARC_TIMER) += arc_timer.o
obj-$(CONFIG_ARM_TWD_TIMER) += arm_twd_timer.o
obj-$(CONFIG_AST_TIMER) += ast_timer.o
@@ -34,3 +34,4 @@ obj-$(CONFIG_MTK_TIMER) += mtk_timer.o
obj-$(CONFIG_MCHP_PIT64B_TIMER) += mchp-pit64b-timer.o
obj-$(CONFIG_IMX_GPT_TIMER) += imx-gpt-timer.o
obj-$(CONFIG_XILINX_TIMER) += xilinx-timer.o
+obj-$(CONFIG_STARFIVE_TIMER) += starfive-timer.o