]> git.sur5r.net Git - u-boot/blobdiff - drivers/timer/Makefile
dm: timer: normalise SPL and TPL support
[u-boot] / drivers / timer / Makefile
index ced7bd66bd30407d692bd71257461fb1b129eb8e..d16ea5391e671e930d60a3716db2b953a21a0367 100644 (file)
@@ -4,7 +4,7 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-$(CONFIG_TIMER)            += timer-uclass.o
+obj-y += timer-uclass.o
 obj-$(CONFIG_ALTERA_TIMER)     += altera_timer.o
 obj-$(CONFIG_SANDBOX_TIMER)    += sandbox_timer.o
 obj-$(CONFIG_X86_TSC_TIMER)    += tsc_timer.o