162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ciobj-$(CONFIG_TIMER_OF)		+= timer-of.o
362306a36Sopenharmony_ciobj-$(CONFIG_TIMER_PROBE)	+= timer-probe.o
462306a36Sopenharmony_ciobj-$(CONFIG_ATMEL_PIT)		+= timer-atmel-pit.o
562306a36Sopenharmony_ciobj-$(CONFIG_ATMEL_ST)		+= timer-atmel-st.o
662306a36Sopenharmony_ciobj-$(CONFIG_ATMEL_TCB_CLKSRC)	+= timer-atmel-tcb.o
762306a36Sopenharmony_ciobj-$(CONFIG_X86_PM_TIMER)	+= acpi_pm.o
862306a36Sopenharmony_ciobj-$(CONFIG_SCx200HR_TIMER)	+= scx200_hrt.o
962306a36Sopenharmony_ciobj-$(CONFIG_CS5535_CLOCK_EVENT_SRC)	+= timer-cs5535.o
1062306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_JCORE_PIT)		+= jcore-pit.o
1162306a36Sopenharmony_ciobj-$(CONFIG_SH_TIMER_CMT)	+= sh_cmt.o
1262306a36Sopenharmony_ciobj-$(CONFIG_SH_TIMER_MTU2)	+= sh_mtu2.o
1362306a36Sopenharmony_ciobj-$(CONFIG_RENESAS_OSTM)	+= renesas-ostm.o
1462306a36Sopenharmony_ciobj-$(CONFIG_SH_TIMER_TMU)	+= sh_tmu.o
1562306a36Sopenharmony_ciobj-$(CONFIG_EM_TIMER_STI)	+= em_sti.o
1662306a36Sopenharmony_ciobj-$(CONFIG_CLKBLD_I8253)	+= i8253.o
1762306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_MMIO)	+= mmio.o
1862306a36Sopenharmony_ciobj-$(CONFIG_DAVINCI_TIMER)	+= timer-davinci.o
1962306a36Sopenharmony_ciobj-$(CONFIG_DIGICOLOR_TIMER)	+= timer-digicolor.o
2062306a36Sopenharmony_ciobj-$(CONFIG_OMAP_DM_TIMER)	+= timer-ti-dm.o
2162306a36Sopenharmony_ciobj-$(CONFIG_OMAP_DM_SYSTIMER)	+= timer-ti-dm-systimer.o
2262306a36Sopenharmony_ciobj-$(CONFIG_DW_APB_TIMER)	+= dw_apb_timer.o
2362306a36Sopenharmony_ciobj-$(CONFIG_DW_APB_TIMER_OF)	+= dw_apb_timer_of.o
2462306a36Sopenharmony_ciobj-$(CONFIG_FTTMR010_TIMER)	+= timer-fttmr010.o
2562306a36Sopenharmony_ciobj-$(CONFIG_IXP4XX_TIMER)	+= timer-ixp4xx.o
2662306a36Sopenharmony_ciobj-$(CONFIG_ROCKCHIP_TIMER)      += timer-rockchip.o
2762306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_NOMADIK_MTU)	+= nomadik-mtu.o
2862306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_DBX500_PRCMU)	+= clksrc-dbx500-prcmu.o
2962306a36Sopenharmony_ciobj-$(CONFIG_ARMADA_370_XP_TIMER)	+= timer-armada-370-xp.o
3062306a36Sopenharmony_ciobj-$(CONFIG_ORION_TIMER)	+= timer-orion.o
3162306a36Sopenharmony_ciobj-$(CONFIG_BCM2835_TIMER)	+= bcm2835_timer.o
3262306a36Sopenharmony_ciobj-$(CONFIG_CLPS711X_TIMER)	+= clps711x-timer.o
3362306a36Sopenharmony_ciobj-$(CONFIG_MXS_TIMER)		+= mxs_timer.o
3462306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_PXA)	+= timer-pxa.o
3562306a36Sopenharmony_ciobj-$(CONFIG_SUN4I_TIMER)	+= timer-sun4i.o
3662306a36Sopenharmony_ciobj-$(CONFIG_SUN5I_HSTIMER)	+= timer-sun5i.o
3762306a36Sopenharmony_ciobj-$(CONFIG_MESON6_TIMER)	+= timer-meson6.o
3862306a36Sopenharmony_ciobj-$(CONFIG_TEGRA_TIMER)	+= timer-tegra.o
3962306a36Sopenharmony_ciobj-$(CONFIG_TEGRA186_TIMER)	+= timer-tegra186.o
4062306a36Sopenharmony_ciobj-$(CONFIG_VT8500_TIMER)	+= timer-vt8500.o
4162306a36Sopenharmony_ciobj-$(CONFIG_NSPIRE_TIMER)	+= timer-zevio.o
4262306a36Sopenharmony_ciobj-$(CONFIG_BCM_KONA_TIMER)	+= bcm_kona_timer.o
4362306a36Sopenharmony_ciobj-$(CONFIG_CADENCE_TTC_TIMER)	+= timer-cadence-ttc.o
4462306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_STM32)	+= timer-stm32.o
4562306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_STM32_LP)	+= timer-stm32-lp.o
4662306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_EXYNOS_MCT)	+= exynos_mct.o
4762306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_LPC32XX)	+= timer-lpc32xx.o
4862306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_MPS2)	+= mps2-timer.o
4962306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_SAMSUNG_PWM)	+= samsung_pwm_timer.o
5062306a36Sopenharmony_ciobj-$(CONFIG_FSL_FTM_TIMER)	+= timer-fsl-ftm.o
5162306a36Sopenharmony_ciobj-$(CONFIG_VF_PIT_TIMER)	+= timer-vf-pit.o
5262306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_QCOM)	+= timer-qcom.o
5362306a36Sopenharmony_ciobj-$(CONFIG_MTK_TIMER)		+= timer-mediatek.o
5462306a36Sopenharmony_ciobj-$(CONFIG_MTK_CPUX_TIMER)	+= timer-mediatek-cpux.o
5562306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_PISTACHIO)	+= timer-pistachio.o
5662306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_TI_32K)	+= timer-ti-32k.o
5762306a36Sopenharmony_ciobj-$(CONFIG_OWL_TIMER)		+= timer-owl.o
5862306a36Sopenharmony_ciobj-$(CONFIG_MILBEAUT_TIMER)	+= timer-milbeaut.o
5962306a36Sopenharmony_ciobj-$(CONFIG_SPRD_TIMER)	+= timer-sprd.o
6062306a36Sopenharmony_ciobj-$(CONFIG_NPCM7XX_TIMER)	+= timer-npcm7xx.o
6162306a36Sopenharmony_ciobj-$(CONFIG_RDA_TIMER)		+= timer-rda.o
6262306a36Sopenharmony_ci
6362306a36Sopenharmony_ciobj-$(CONFIG_ARC_TIMERS)		+= arc_timer.o
6462306a36Sopenharmony_ciobj-$(CONFIG_ARM_ARCH_TIMER)		+= arm_arch_timer.o
6562306a36Sopenharmony_ciobj-$(CONFIG_ARM_GLOBAL_TIMER)		+= arm_global_timer.o
6662306a36Sopenharmony_ciobj-$(CONFIG_ARMV7M_SYSTICK)		+= armv7m_systick.o
6762306a36Sopenharmony_ciobj-$(CONFIG_ARM_TIMER_SP804)		+= timer-sp804.o
6862306a36Sopenharmony_ciobj-$(CONFIG_ARCH_HAS_TICK_BROADCAST)	+= dummy_timer.o
6962306a36Sopenharmony_ciobj-$(CONFIG_KEYSTONE_TIMER)		+= timer-keystone.o
7062306a36Sopenharmony_ciobj-$(CONFIG_INTEGRATOR_AP_TIMER)	+= timer-integrator-ap.o
7162306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_VERSATILE)		+= timer-versatile.o
7262306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_MIPS_GIC)		+= mips-gic-timer.o
7362306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_IMX_GPT)		+= timer-imx-gpt.o
7462306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_IMX_TPM)		+= timer-imx-tpm.o
7562306a36Sopenharmony_ciobj-$(CONFIG_TIMER_IMX_SYS_CTR)		+= timer-imx-sysctr.o
7662306a36Sopenharmony_ciobj-$(CONFIG_ASM9260_TIMER)		+= asm9260_timer.o
7762306a36Sopenharmony_ciobj-$(CONFIG_INGENIC_OST)		+= ingenic-ost.o
7862306a36Sopenharmony_ciobj-$(CONFIG_INGENIC_SYSOST)	+= ingenic-sysost.o
7962306a36Sopenharmony_ciobj-$(CONFIG_INGENIC_TIMER)		+= ingenic-timer.o
8062306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_ST_LPC)		+= clksrc_st_lpc.o
8162306a36Sopenharmony_ciobj-$(CONFIG_X86_NUMACHIP)		+= numachip.o
8262306a36Sopenharmony_ciobj-$(CONFIG_RISCV_TIMER)		+= timer-riscv.o
8362306a36Sopenharmony_ciobj-$(CONFIG_CLINT_TIMER)		+= timer-clint.o
8462306a36Sopenharmony_ciobj-$(CONFIG_CSKY_MP_TIMER)		+= timer-mp-csky.o
8562306a36Sopenharmony_ciobj-$(CONFIG_GX6605S_TIMER)		+= timer-gx6605s.o
8662306a36Sopenharmony_ciobj-$(CONFIG_HYPERV_TIMER)		+= hyperv_timer.o
8762306a36Sopenharmony_ciobj-$(CONFIG_MICROCHIP_PIT64B)		+= timer-microchip-pit64b.o
8862306a36Sopenharmony_ciobj-$(CONFIG_MSC313E_TIMER)		+= timer-msc313e.o
8962306a36Sopenharmony_ciobj-$(CONFIG_GOLDFISH_TIMER)		+= timer-goldfish.o
9062306a36Sopenharmony_ciobj-$(CONFIG_GXP_TIMER)			+= timer-gxp.o
9162306a36Sopenharmony_ciobj-$(CONFIG_CLKSRC_LOONGSON1_PWM)	+= timer-loongson1-pwm.o
92