diff options
| author | Tom Rini <[email protected]> | 2023-07-12 13:10:04 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-12 13:10:04 -0400 |
| commit | bf5152d0108683bbaabf9d7a7988f61649fc33f4 (patch) | |
| tree | a5c78fa71f1045f3503a2217cccb7474e95290ac /drivers/timer/Makefile | |
| parent | 8e21064cb3452950b09301baec06d86e37342471 (diff) | |
| parent | 478fedfda42ea2a444991de1696fa0adc8bb16d4 (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv
- Add ethernet driver for StarFive JH7110 SoC
- Add ACLINT mtimer and mswi devices support
- Add Lichee PI 4A board
Diffstat (limited to 'drivers/timer/Makefile')
| -rw-r--r-- | drivers/timer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile index cdc20f5e946..1ca74805fd9 100644 --- a/drivers/timer/Makefile +++ b/drivers/timer/Makefile @@ -25,7 +25,7 @@ obj-$(CONFIG_RISCV_TIMER) += riscv_timer.o obj-$(CONFIG_ROCKCHIP_TIMER) += rockchip_timer.o obj-$(CONFIG_SANDBOX_TIMER) += sandbox_timer.o obj-$(CONFIG_SP804_TIMER) += sp804_timer.o -obj-$(CONFIG_$(SPL_)SIFIVE_CLINT) += sifive_clint_timer.o +obj-$(CONFIG_$(SPL_)RISCV_ACLINT) += riscv_aclint_timer.o obj-$(CONFIG_ARM_GLOBAL_TIMER) += arm_global_timer.o obj-$(CONFIG_STM32_TIMER) += stm32_timer.o obj-$(CONFIG_TEGRA_TIMER) += tegra-timer.o |
