blob: 300946e8d9e7bb527a54a18dc279d2b04100335a [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