blob: bfe65fcb48315e2102f6673e6f576577b8ada15d [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
Mugunthan V Ndadf3132015-12-24 16:08:07 +053011obj-$(CONFIG_OMAP_TIMER) += omap-timer.o
maxims@google.com4697abe2017-01-18 13:44:55 -080012obj-$(CONFIG_AST_TIMER) += ast_timer.o
Patrice Chotard347cb2e2017-02-21 13:37:05 +010013obj-$(CONFIG_STI_TIMER) += sti-timer.o
Vlad Zakharovad9b5f72017-03-21 14:49:47 +030014obj-$(CONFIG_ARC_TIMER) += arc_timer.o