]> git.ipfire.org Git - people/ms/u-boot.git/blame_incremental - drivers/timer/Makefile
usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTH
[people/ms/u-boot.git] / drivers / timer / Makefile
... / ...
CommitLineData
1#
2# Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7obj-y += timer-uclass.o
8obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o
9obj-$(CONFIG_SANDBOX_TIMER) += sandbox_timer.o
10obj-$(CONFIG_X86_TSC_TIMER) += tsc_timer.o
11obj-$(CONFIG_OMAP_TIMER) += omap-timer.o
12obj-$(CONFIG_AST_TIMER) += ast_timer.o
13obj-$(CONFIG_STI_TIMER) += sti-timer.o
14obj-$(CONFIG_ARC_TIMER) += arc_timer.o
15obj-$(CONFIG_AG101P_TIMER) += ag101p_timer.o
16obj-$(CONFIG_ATCPIT100_TIMER) += atcpit100_timer.o
17obj-$(CONFIG_ROCKCHIP_TIMER) += rockchip_timer.o
18obj-$(CONFIG_ATMEL_PIT_TIMER) += atmel_pit_timer.o