xref: /openbmc/u-boot/drivers/timer/Makefile (revision f5076f86)
1c8a7ba9eSThomas Chou#
2c8a7ba9eSThomas Chou# Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
3c8a7ba9eSThomas Chou#
4c8a7ba9eSThomas Chou# SPDX-License-Identifier:	GPL-2.0+
5c8a7ba9eSThomas Chou#
6c8a7ba9eSThomas Chou
7c8a7ba9eSThomas Chouobj-$(CONFIG_TIMER)		+= timer-uclass.o
8a54915d8SThomas Chouobj-$(CONFIG_ALTERA_TIMER)	+= altera_timer.o
99961a0b6SThomas Chouobj-$(CONFIG_SANDBOX_TIMER)	+= sandbox_timer.o
107030f27eSBin Mengobj-$(CONFIG_X86_TSC_TIMER)	+= tsc_timer.o
11dadf3137SMugunthan V Nobj-$(CONFIG_OMAP_TIMER)	+= omap-timer.o
124697abeaSmaxims@google.comobj-$(CONFIG_AST_TIMER)	+= ast_timer.o
13347cb2edSPatrice Chotardobj-$(CONFIG_STI_TIMER)		+= sti-timer.o
14ad9b5f77SVlad Zakharovobj-$(CONFIG_ARC_TIMER)	+= arc_timer.o
15*f5076f86Srickobj-$(CONFIG_AG101P_TIMER) += ag101p_timer.o
16