8 lines
138 B
Makefile
8 lines
138 B
Makefile
|
#
|
||
|
# Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_TIMER) += timer-uclass.o
|