2015-10-09 05:46:34 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_TIMER) += timer-uclass.o
|
2015-10-22 14:28:53 +00:00
|
|
|
obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o
|
2015-10-30 07:35:52 +00:00
|
|
|
obj-$(CONFIG_SANDBOX_TIMER) += sandbox_timer.o
|
2015-11-13 08:11:24 +00:00
|
|
|
obj-$(CONFIG_X86_TSC_TIMER) += tsc_timer.o
|