]> git.ipfire.org Git - people/ms/u-boot.git/blame - 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
c8a7ba9e
TC
1#
2# Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
e9e5d9d2 7obj-y += timer-uclass.o
a54915d8 8obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o
9961a0b6 9obj-$(CONFIG_SANDBOX_TIMER) += sandbox_timer.o
7030f27e 10obj-$(CONFIG_X86_TSC_TIMER) += tsc_timer.o
dadf3137 11obj-$(CONFIG_OMAP_TIMER) += omap-timer.o
4697abea 12obj-$(CONFIG_AST_TIMER) += ast_timer.o
347cb2ed 13obj-$(CONFIG_STI_TIMER) += sti-timer.o
ad9b5f77 14obj-$(CONFIG_ARC_TIMER) += arc_timer.o
f5076f86 15obj-$(CONFIG_AG101P_TIMER) += ag101p_timer.o
fa3e354b 16obj-$(CONFIG_ATCPIT100_TIMER) += atcpit100_timer.o
1168d2dd 17obj-$(CONFIG_ROCKCHIP_TIMER) += rockchip_timer.o
47edaea4 18obj-$(CONFIG_ATMEL_PIT_TIMER) += atmel_pit_timer.o