]> git.ipfire.org Git - people/ms/u-boot.git/blob - drivers/timer/Makefile
drivers: timer: Introduce ARC timer driver
[people/ms/u-boot.git] / drivers / timer / Makefile
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
8 obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o
9 obj-$(CONFIG_SANDBOX_TIMER) += sandbox_timer.o
10 obj-$(CONFIG_X86_TSC_TIMER) += tsc_timer.o
11 obj-$(CONFIG_OMAP_TIMER) += omap-timer.o
12 obj-$(CONFIG_AST_TIMER) += ast_timer.o
13 obj-$(CONFIG_STI_TIMER) += sti-timer.o
14 obj-$(CONFIG_ARC_TIMER) += arc_timer.o