Thomas Chou | c8a7ba9 | 2015-10-09 13:46:34 +0800 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw> |
| 3 | # |
| 4 | # SPDX-License-Identifier: GPL-2.0+ |
| 5 | # |
| 6 | |
| 7 | obj-$(CONFIG_TIMER) += timer-uclass.o |
Thomas Chou | a54915d | 2015-10-22 22:28:53 +0800 | [diff] [blame] | 8 | obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o |
Thomas Chou | 9961a0b | 2015-10-30 15:35:52 +0800 | [diff] [blame] | 9 | obj-$(CONFIG_SANDBOX_TIMER) += sandbox_timer.o |
Bin Meng | 7030f27 | 2015-11-13 00:11:24 -0800 | [diff] [blame] | 10 | obj-$(CONFIG_X86_TSC_TIMER) += tsc_timer.o |
Mugunthan V N | dadf313 | 2015-12-24 16:08:07 +0530 | [diff] [blame] | 11 | obj-$(CONFIG_OMAP_TIMER) += omap-timer.o |