blob: fe954eca9a5fde08cdb9cb5b017fa8434bb9d79c [file] [log] [blame]
Thomas Chouc8a7ba92015-10-09 13:46:34 +08001#
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
Thomas Choua54915d2015-10-22 22:28:53 +08008obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o
Thomas Chou9961a0b2015-10-30 15:35:52 +08009obj-$(CONFIG_SANDBOX_TIMER) += sandbox_timer.o
Bin Meng7030f272015-11-13 00:11:24 -080010obj-$(CONFIG_X86_TSC_TIMER) += tsc_timer.o