]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - drivers/timer/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-video
[karo-tx-uboot.git] / drivers / timer / Makefile
1 #
2 # Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-$(CONFIG_TIMER)             += timer-uclass.o
8 obj-$(CONFIG_ALTERA_TIMER)      += altera_timer.o
9 obj-$(CONFIG_SANDBOX_TIMER)     += sandbox_timer.o