summaryrefslogtreecommitdiff
path: root/drivers/timer/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-08-23 15:44:54 -0400
committerTom Rini <[email protected]>2022-08-23 15:44:54 -0400
commitaea087a665c447dfb89bf2113cad74ad53fa17a0 (patch)
treefbb710bb7a66da927c142b8710cf4564b5652ced /drivers/timer/Makefile
parent1247c35c80cb0f6f17c88d54c6575d6d1f50c608 (diff)
parent560a5c3bb3bedac7d1da93362401a1d926214660 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
- kirkwood: pogo_v4 & nsa310s: Add distro boot (Tony) - kirkwood: add DM timer support and use it on lsxl boards (Michael) - kirkwood: convert the Buffalo Linkstation LS-CHLv2 and XHL boards to DM (Michael) - mvebu: turris_mox/omnia: misc improments (Pali) - mvebu: mbus: Fix mbus driver to work also after U-Boot relocation (Pali)
Diffstat (limited to 'drivers/timer/Makefile')
-rw-r--r--drivers/timer/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile
index d9822a53700..560e2d27e14 100644
--- a/drivers/timer/Makefile
+++ b/drivers/timer/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_MPC83XX_TIMER) += mpc83xx_timer.o
obj-$(CONFIG_NOMADIK_MTU_TIMER) += nomadik-mtu-timer.o
obj-$(CONFIG_NPCM_TIMER) += npcm-timer.o
obj-$(CONFIG_OMAP_TIMER) += omap-timer.o
+obj-$(CONFIG_ORION_TIMER) += orion-timer.o
obj-$(CONFIG_RENESAS_OSTM_TIMER) += ostm_timer.o
obj-$(CONFIG_RISCV_TIMER) += riscv_timer.o
obj-$(CONFIG_ROCKCHIP_TIMER) += rockchip_timer.o