Skip to content

Commit 33fd701

Browse files
timer: adi: Adding timer to be compiled for sc5xx
Previously timer was only compiled with ARCH_SC59X platforms. This enables it to be compiled for all ARCH_SC5XX platforms. Signed-off-by: Utsav Agarwal <utsav.agarwal@analog.com>
1 parent 9a7fba2 commit 33fd701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clocksource/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ obj-$(CONFIG_MICROCHIP_PIT64B) += timer-microchip-pit64b.o
8989
obj-$(CONFIG_MSC313E_TIMER) += timer-msc313e.o
9090
obj-$(CONFIG_GOLDFISH_TIMER) += timer-goldfish.o
9191
obj-$(CONFIG_GXP_TIMER) += timer-gxp.o
92-
obj-$(CONFIG_ARCH_SC59X) += timer-adi-adsp-sc5xx.o
92+
obj-$(CONFIG_ARCH_SC5XX) += timer-adi-adsp-sc5xx.o
9393
obj-$(CONFIG_ARCH_SC59X_64) += timer-adi-adsp-sc5xx.o
9494
obj-$(CONFIG_CLKSRC_LOONGSON1_PWM) += timer-loongson1-pwm.o
9595
obj-$(CONFIG_EP93XX_TIMER) += timer-ep93xx.o

0 commit comments

Comments
 (0)