blob: 6696b267fe434f834e1644af46ecbd583f79b4e7 (
plain)
1
2
3
4
5
6
7
8
|
#
# Copyright (C) 2016, STMicroelectronics - All Rights Reserved
# Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += timer.o soc.o
|