xref: /rk3399_rockchip-uboot/drivers/timer/Makefile (revision f1df81c4008c8e0edbc1a2738cf2490b2f7be661)
1#
2# Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-$(CONFIG_TIMER)		+= timer-uclass.o
8obj-$(CONFIG_ALTERA_TIMER)	+= altera_timer.o
9obj-$(CONFIG_SANDBOX_TIMER)	+= sandbox_timer.o
10