]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/timer/Makefile
ns16550: change reg-shift property default to zero
[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
7obj-$(CONFIG_TIMER) += 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