xref: /openbmc/u-boot/drivers/timer/Makefile (revision a3b15a055662ea4a8db6b8f70aa870b541e0cda9)
1#
2# Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-$(CONFIG_TIMER)		+= timer-uclass.o
8obj-$(CONFIG_ALTERA_TIMER)	+= altera_timer.o
9obj-$(CONFIG_SANDBOX_TIMER)	+= sandbox_timer.o
10obj-$(CONFIG_X86_TSC_TIMER)	+= tsc_timer.o
11obj-$(CONFIG_OMAP_TIMER)	+= omap-timer.o
12