X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Ftimer%2FMakefile;h=f351fbb4e0ca10c594df39e6c527892e9cd164d7;hb=b11e2984401ff8a4f53d6d4c6363af4c9a4ec336;hp=fe954eca9a5fde08cdb9cb5b017fa8434bb9d79c;hpb=7030f27ef3da9f911299592751574044f86305f0;p=u-boot diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile index fe954eca9a..f351fbb4e0 100644 --- a/drivers/timer/Makefile +++ b/drivers/timer/Makefile @@ -8,3 +8,4 @@ obj-$(CONFIG_TIMER) += 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 +obj-$(CONFIG_OMAP_TIMER) += omap-timer.o