xref: /openbmc/u-boot/drivers/timer/Makefile (revision 9961a0b6)
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
9*9961a0b6SThomas Chouobj-$(CONFIG_SANDBOX_TIMER)	+= sandbox_timer.o
10