xref: /openbmc/u-boot/drivers/timer/Makefile (revision 7030f27e)
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
10*7030f27eSBin Mengobj-$(CONFIG_X86_TSC_TIMER)	+= tsc_timer.o
11