diff options
| author | Tom Rini <[email protected]> | 2022-05-05 14:42:02 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-05-05 14:42:02 -0400 |
| commit | ae242b2ea6f76fac5433c4702399747f0d81c6c4 (patch) | |
| tree | 84a1166812235de4867720da2aa867573288616e /drivers/timer/Makefile | |
| parent | 1739a6db5403d187902dcebca548de0644c8078f (diff) | |
| parent | 344e86c61ec2f88b2740b33ed65ccc34ed708baa (diff) | |
Merge branch '2022-05-05-platform-updates'
- Nuvoton NPCM750 board support and some related drivers
- MediaTek pinctrl updates
- Bugfixes for sandbox, ls10xxx, and 64bit TI platforms
Diffstat (limited to 'drivers/timer/Makefile')
| -rw-r--r-- | drivers/timer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile index 35cc490db1e..b2f002d5978 100644 --- a/drivers/timer/Makefile +++ b/drivers/timer/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_CADENCE_TTC_TIMER) += cadence-ttc.o obj-$(CONFIG_DESIGNWARE_APB_TIMER) += dw-apb-timer.o 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_RENESAS_OSTM_TIMER) += ostm_timer.o obj-$(CONFIG_RISCV_TIMER) += riscv_timer.o |
